Skip to content

Commit

Permalink
Update installer_arm64.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 authored Feb 14, 2024
1 parent 698db4e commit 6a7e824
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Installer/installer_arm64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ ArchitecturesInstallIn64BitMode=arm64
LanguageDetectionMethod=uilanguage
ShowLanguageDialog=no

[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "zh"; MessagesFile: "compiler:Languages\Chinese.isl"
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "ar"; MessagesFile: "compiler:Languages\Arabic.isl"

[CustomMessages]
en.runOnStartup=Run on startup
ja.runOnStartup=スタートアップとして実行
Expand All @@ -62,4 +69,4 @@ Name: "{commonstartup}\app"; Filename: "{app}\{#MyAppExeName}"; Tasks: startup
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[Messages]
;OnlyOnTheseArchitectures=The ARM64 version of WSA System Control is not compatible with your system. Please download the x64 version.
;OnlyOnTheseArchitectures=The ARM64 version of WSA System Control is not compatible with your system. Please download the x64 version.

0 comments on commit 6a7e824

Please sign in to comment.