Skip to content

Commit 5f06c17

Browse files
committed
chore: add apple app speciifc password env to publish
1 parent 2d4825c commit 5f06c17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
# These values are used for auto updates signing
3838
APPLE_ID: ${{ secrets.APPLE_ID }}
3939
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
40+
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
4041
CSC_LINK: ${{ secrets.CSC_LINK }}
4142
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
4243
# This is used for uploading release assets to github

src/infra/autoupdate/appUpdater.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export class AppUpdater {
1111
constructor(autoUpdate = false) {
1212
if (process.env.NODE_ENV === 'development') {
1313
autoUpdater.updateConfigPath = path.join(__dirname, 'app-dev-update.yml');
14-
autoUpdater.forceDevUpdateConfig = true;
1514
}
1615
this.updateAutoUpdate(autoUpdate);
1716
log.transports.file.level = 'info';

0 commit comments

Comments
 (0)