Skip to content

Commit

Permalink
last windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
htor committed Jan 10, 2020
1 parent 3cf462e commit 714a823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/forge-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
platforms: ['win32'],
config: (arch) => {
return {
setupExe: `Hadron-${package.version}-${arch} setup.exe`,
setupExe: `Hadron-${package.version}.exe`,
setupIcon: path.resolve(__dirname, '..', 'images', 'logo.ico'),
noMsi: true
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function createWindow () {
webContents.setVisualZoomLevelLimits(1, 1)
webContents.setLayoutZoomLevelLimits(0, 0)
})
webContents.openDevTools()
// webContents.openDevTools()
}

// to make iframing docs work
Expand Down

0 comments on commit 714a823

Please sign in to comment.