Skip to content

Commit

Permalink
Windows: Point installer / shortcut to Oni2_editor.exe (onivim#1249)
Browse files Browse the repository at this point in the history
* Even simpler fix: just set up shortcut to point to Oni2_editor

* Remove version check
  • Loading branch information
bryphe authored Jan 23, 2020
1 parent 4be4c69 commit 8b808e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ jobs:
- script: |
set PATH=%PATH%;D:/a/1/s/Onivim2
Oni2.exe -f --no-log-colors --checkhealth
displayName: "Oni2.exe - run installed"
displayName: "Oni2.exe -f --no-log-colors --checkhealth (run installed)"
2 changes: 1 addition & 1 deletion scripts/windows/BuildSetupTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const packageJsonContents = fs.readFileSync(path.join(__dirname, "..", "..", "pa
const packageMeta = JSON.parse(packageJsonContents)
const { version, name } = packageMeta
const prodName = packageMeta.build.productName
const executableName = `Oni2.exe`
const executableName = `Oni2_editor.exe`
const pathVariable = "{app}"
const appIcon = `${pathVariable}\\oni2.ico`

Expand Down

0 comments on commit 8b808e9

Please sign in to comment.