mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 02:10:34 +00:00
innosetup: Make the application name variable driven
This commit is contained in:
parent
1424713f62
commit
6dcbed6659
@ -10,8 +10,8 @@ OutputDir=.
|
||||
UsePreviousLanguage=no
|
||||
|
||||
[CustomMessages]
|
||||
AppName=PPSSPP
|
||||
LaunchProgram=Start PPSSPP after finishing installation
|
||||
AppName={#ApplicationName}
|
||||
LaunchProgram=Start {#ApplicationName} after finishing installation
|
||||
|
||||
[Files]
|
||||
Source: "PPSSPPWindows.exe"; DestDir: "{app}"
|
||||
@ -29,4 +29,4 @@ Source: "flash0\font\*.*"; DestDir: "{app}\flash0\font"
|
||||
Filename: {app}\PPSSPPWindows.exe; Description: {cm:LaunchProgram,{cm:AppName}}; Flags: nowait postinstall skipifsilent
|
||||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\PPSSPP"; Filename: "{app}\PPSSPPWindows.exe"
|
||||
Name: "{commonprograms}\PPSSPP"; Filename: "{app}\PPSSPPWindows.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user