Skip to content

Commit a670906

Browse files
committed
fix: name
1 parent 5ef6543 commit a670906

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
with:
5050
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5151
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
52-
projectName: eq-rts-map
52+
projectName: DPIP Web
5353
directory: packages/web/out
5454
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
appId: com.eq-rts-map
2-
productName: eq-rts-map
1+
appId: com.exptech.dpip
2+
productName: DPIP
33
copyright: Copyright © 2025 ExpTech Studio
44

55
directories:
@@ -9,10 +9,10 @@ extraMetadata:
99
main: ./build/main.cjs
1010

1111
files:
12-
- build/**/*
13-
- out/**/*
14-
- package.json
15-
- "!dist"
12+
- build/**/*
13+
- out/**/*
14+
- package.json
15+
- "!dist"
1616

1717
compression: maximum
1818
asar: true
@@ -22,10 +22,10 @@ afterPack: .erb/scripts/afterPack.js
2222

2323
win:
2424
target:
25-
- target: nsis
26-
arch:
27-
- x64
28-
- ia32
25+
- target: nsis
26+
arch:
27+
- x64
28+
- ia32
2929
icon: ../common/public/icons/app.ico
3030
verifyUpdateCodeSignature: false
3131

@@ -39,14 +39,14 @@ mac:
3939
icon: ./public/icons/app.png
4040
hardenedRuntime: true
4141
target:
42-
- target: dmg
43-
arch:
44-
- arm64
45-
- x64
46-
- target: zip
47-
arch:
48-
- arm64
49-
- x64
42+
- target: dmg
43+
arch:
44+
- arm64
45+
- x64
46+
- target: zip
47+
arch:
48+
- arm64
49+
- x64
5050
gatekeeperAssess: false
5151
entitlements: ./assets/entitlements.mac.plist
5252
entitlementsInherit: ./assets/entitlements.mac.plist
@@ -55,7 +55,7 @@ linux:
5555
category: Development
5656
icon: ./public/icons/app.png
5757
target:
58-
- target: AppImage
59-
arch:
60-
- x64
61-
- arm64
58+
- target: AppImage
59+
arch:
60+
- x64
61+
- arm64

packages/desktop/electron/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (app.isPackaged) {
7979
autoUpdater.setFeedURL({
8080
provider: 'github',
8181
owner: 'ExpTechTW',
82-
repo: 'eq-rts-map',
82+
repo: 'DPIP',
8383
vPrefixedTagName: false,
8484
});
8585
}

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dpip/desktop",
33
"version": "1.0.0-pre.2",
4-
"description": "EQ RTS Map - Desktop Application",
4+
"description": "DPIP - Desktop Application",
55
"author": "ExpTech Studio <ExpTech.tw@gmail.com>",
66
"type": "module",
77
"main": "build/main.cjs",

0 commit comments

Comments
 (0)