File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
# These values are used for auto updates signing
38
38
APPLE_ID : ${{ secrets.APPLE_ID }}
39
39
APPLE_ID_PASS : ${{ secrets.APPLE_ID_PASS }}
40
+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
40
41
CSC_LINK : ${{ secrets.CSC_LINK }}
41
42
CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
42
43
# This is used for uploading release assets to github
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export class AppUpdater {
11
11
constructor ( autoUpdate = false ) {
12
12
if ( process . env . NODE_ENV === 'development' ) {
13
13
autoUpdater . updateConfigPath = path . join ( __dirname , 'app-dev-update.yml' ) ;
14
- autoUpdater . forceDevUpdateConfig = true ;
15
14
}
16
15
this . updateAutoUpdate ( autoUpdate ) ;
17
16
log . transports . file . level = 'info' ;
You can’t perform that action at this time.
0 commit comments