File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1- appId : com.eq-rts-map
2- productName : eq-rts-map
1+ appId : com.exptech.dpip
2+ productName : DPIP
33copyright : Copyright © 2025 ExpTech Studio
44
55directories :
@@ -9,10 +9,10 @@ extraMetadata:
99 main : ./build/main.cjs
1010
1111files :
12- - build/**/*
13- - out/**/*
14- - package.json
15- - " !dist"
12+ - build/**/*
13+ - out/**/*
14+ - package.json
15+ - " !dist"
1616
1717compression : maximum
1818asar : true
@@ -22,10 +22,10 @@ afterPack: .erb/scripts/afterPack.js
2222
2323win :
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
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
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments