File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ npm run-script dmg
4040
4141###Package Native app for Windows
4242Require Wine
43+ brew install wine
44+ brew install mono
4345
4446```
4547cd electron
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function getInstallerConfig () {
1414 const outPath = path . join ( rootPath , 'dist' )
1515
1616 return Promise . resolve ( {
17- appDirectory : path . join ( outPath , 'SimpleDockerUI-win32-x64/ ' ) ,
17+ appDirectory : path . join ( outPath , 'SimpleDockerUI-win32-x64' ) ,
1818 authors : 'Felix' ,
1919 name : 'SimpleDockerUI' ,
2020 title : 'SimpleDockerUI' ,
@@ -24,4 +24,5 @@ function getInstallerConfig () {
2424 setupExe : 'SimpleDockerUI-setup.exe' ,
2525 setupIcon : path . join ( rootPath , 'img' , 'logo_small.ico' )
2626 } )
27- }
27+ }
28+
Original file line number Diff line number Diff line change 3939 "electron-installer-debian" : " ^0.4.0" ,
4040 "electron-installer-dmg" : " ^0.1.2" ,
4141 "electron-packager" : " ^8.3.0" ,
42- "electron-winstaller" : " ^2.5.0 "
42+ "electron-winstaller" : " ^2.5.1 "
4343 },
4444 "dependencies" : {
4545 "devtron" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments