Skip to content

Commit 19d314a

Browse files
committed
fix: update version to 3.8.2 in package.json and adjust installer execution command
1 parent fb70398 commit 19d314a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/installer.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Function .onInstSuccess
5858
; If you prefer NOT to auto-run after install, remove or comment the block below.
5959
; Only attempt to run when the executable exists in the install dir.
6060
IfFileExists "$INSTDIR\\MultiGames Studio Launcher.exe" 0 +2
61-
ExecShell "open" "$INSTDIR\\MultiGames Studio Launcher.exe" "" "$INSTDIR"
61+
ExecShell "open" "$INSTDIR\\MultiGames Studio Launcher.exe"
6262
FunctionEnd

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multigames-studio-launcher",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "MultiGames Studios Launcher - Your simple and efficient gaming launcher",
55
"author": "MultiGames Studio <noreply@multigames-studio.fr>",
66
"license": "MIT",

0 commit comments

Comments
 (0)