Skip to content

Commit fe438ea

Browse files
author
Felix
committed
update release scripts
1 parent 7518380 commit fe438ea

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

electron/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npm run-script dmg
4040
4141
###Package Native app for Windows
4242
Require Wine
43+
brew install wine
44+
brew install mono
4345
4446
```
4547
cd electron

electron/installers/windows/createInstaller.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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",

0 commit comments

Comments
 (0)