[Scummvm-git-logs] scummvm master -> 2a20d63543885b0aa5fc991d08059f920e3e04f2
sluicebox
noreply at scummvm.org
Tue Nov 1 06:16:09 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2a20d63543 DISTS: WIN32: Add --no-console to optional desktop shortcut
Commit: 2a20d63543885b0aa5fc991d08059f920e3e04f2
https://github.com/scummvm/scummvm/commit/2a20d63543885b0aa5fc991d08059f920e3e04f2
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-10-31T23:15:16-07:00
Commit Message:
DISTS: WIN32: Add --no-console to optional desktop shortcut
The default start menu shortcut already uses --no-console, so now the
optional desktop shortcut does too. This also applies to the optional
Run task at the end of installation.
Thanks to @lotharsm for reviewing this
Changed paths:
dists/win32/ScummVM.iss
diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss
index 11e77d43919..1e40026d9c3 100644
--- a/dists/win32/ScummVM.iss
+++ b/dists/win32/ScummVM.iss
@@ -195,7 +195,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Icons]
; Optional desktop icon
-Name: "{userdesktop}\ScummVM"; Filename: "{app}\scummvm.exe"; Tasks: desktopicon
+Name: "{userdesktop}\ScummVM"; Filename: "{app}\scummvm.exe"; Parameters: "--no-console"; Tasks: desktopicon
; Start menu icons
Name: {group}\ScummVM; Filename: {app}\scummvm.exe; Parameters: "--no-console"; WorkingDir: {app}; Comment: ScummVM; Flags: createonlyiffileexists; IconIndex: 0
@@ -205,7 +205,7 @@ Name: {group}\Saved Games\Saved Games; Filename: {userappdata}\ScummVM\Saved Gam
Name: {group}\Spielstände\Spielstände; Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Spielstände; IconIndex: 0; MinVersion: 0, 1; Languages: german
[Run]
-Filename: {app}\ScummVM.exe; Flags: nowait skipifdoesntexist postinstall skipifsilent
+Filename: {app}\ScummVM.exe; Parameters: "--no-console"; Flags: nowait skipifdoesntexist postinstall skipifsilent
; Creates a symbolic link for standard save games area, under Windows Vista and higher
; Filename: {cmd}; Parameters: "/c ""mklink /d ""%userprofile%\Saved Games\ScummVM"" ""%appdata%\ScummVM\Saved games"" "" "; MinVersion: 0, 6.1
More information about the Scummvm-git-logs
mailing list