We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb70398 commit 19d314aCopy full SHA for 19d314a
2 files changed
build/installer.nsh
@@ -58,5 +58,5 @@ Function .onInstSuccess
58
; If you prefer NOT to auto-run after install, remove or comment the block below.
59
; Only attempt to run when the executable exists in the install dir.
60
IfFileExists "$INSTDIR\\MultiGames Studio Launcher.exe" 0 +2
61
- ExecShell "open" "$INSTDIR\\MultiGames Studio Launcher.exe" "" "$INSTDIR"
+ ExecShell "open" "$INSTDIR\\MultiGames Studio Launcher.exe"
62
FunctionEnd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "multigames-studio-launcher",
3
- "version": "3.8.1",
+ "version": "3.8.2",
4
"description": "MultiGames Studios Launcher - Your simple and efficient gaming launcher",
5
"author": "MultiGames Studio <noreply@multigames-studio.fr>",
6
"license": "MIT",
0 commit comments