xournalpp-nightly: Fix exe

main
earnest ma 2020-12-03 12:42:14 -05:00
parent 1500f84714
commit 319fe0dd5e
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal", "Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
], ],
"bin": [ [ "bin\\xournalpp.exe", "xournalpp-nightly" ] ], "bin": [ [ "xournalpp-1.1.0+dev-nightly.20201203-windows.exe", "xournalpp-nightly" ] ],
"shortcuts": [ "shortcuts": [
[ [
"bin\\xournalpp.exe", "xournalpp-1.1.0+dev-nightly.20201203-windows.exe",
"Xournal++ Nightly" "Xournal++ Nightly"
] ]
], ],