File tree 6 files changed +334
-2095
lines changed
6 files changed +334
-2095
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
# "ref" specifies the branch to check out.
23
23
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted
24
24
ref : ${{ github.event.release.target_commitish }}
25
- - name : Use Node 16
25
+ - name : Use Node 18
26
26
uses : actions/setup-node@v3
27
27
with :
28
- node-version : ' 16.14.2 '
28
+ node-version : ' 18.18.0 '
29
29
# Specifies the registry, this field is required!
30
30
registry-url : https://registry.npmjs.org/
31
31
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 133
133
"tsc-alias" : " ^1.2.0" ,
134
134
"tslib" : " ^2.6.2" ,
135
135
"typescript" : " ~4.3.5" ,
136
- "vue-cli-plugin-electron-builder" : " ^2.1.1 " ,
136
+ "vue-cli-plugin-electron-builder" : " ^v3.0.0-alpha.4 " ,
137
137
"vue-cli-plugin-vuetify" : " ^2.4.3" ,
138
138
"vue-jest" : " ^3.0.7" ,
139
139
"vue-template-compiler" : " ^2.7.16" ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ module.exports = {
65
65
// https://github.com/nklayman/vue-cli-plugin-electron-builder/pull/1088
66
66
rendererProcessFile : 'platform/desktop/main.ts' ,
67
67
// https://www.electron.build/configuration/configuration
68
+ customFileProtocol : './' ,
68
69
builderOptions : {
69
70
appId : 'com.kitware.viame' ,
70
71
productName : 'DIVE-Desktop' ,
@@ -83,7 +84,7 @@ module.exports = {
83
84
extraMetadata : {
84
85
// https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/188
85
86
// https://github.com/electron-userland/electron-builder/issues/2592
86
- main : 'background .js' ,
87
+ main : 'index .js' ,
87
88
name : 'DIVE-Desktop'
88
89
} ,
89
90
linux : {
You can’t perform that action at this time.
0 commit comments