Skip to content

Commit ca5cf53

Browse files
committed
Update x64 installer
1 parent f8ba377 commit ca5cf53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
### ネイティブアプリのインストーラー作成方法
2121

2222
1. RepostConfirmationCanceler.sln をVisual Studio 2022で開く
23-
2. 構成Release、プラットフォームx86でソリューションのビルドを実行する
24-
3. RepostConfirmationCancelerX64.iss をInno Setupで開く
23+
2. 構成Release、プラットフォームx86およびx64でソリューションのビルドを実行する
24+
3. RepostConfirmationCancelerX64.iss および RepostConfirmationCancelerX86.iss をInno Setupで開く
2525
4. Build -> Compileからインストーラーをコンパイルする
2626
5. SetupOutput配下にネイティブアプリのインストーラーが作成される
2727

RepostConfirmationCancelerX64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Source: "bin\Release\RepostConfirmationCanceler.exe"; DestDir: "{app}\";Flags: i
5353
Source: "Resources\RepostConfirmationCanceler.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist
5454

5555
;host
56-
Source: "bin\Release\RepostConfirmationCancelerTalk.exe"; DestDir: "{app}\RepostConfirmationCancelerHost";Flags: ignoreversion;permissions:users-readexec admins-full system-full
56+
Source: "bin\x64\Release\RepostConfirmationCancelerTalk.exe"; DestDir: "{app}\RepostConfirmationCancelerHost";Flags: ignoreversion;permissions:users-readexec admins-full system-full
5757

5858
;edge
5959
Source: "Resources\edge.json"; DestDir: "{app}\RepostConfirmationCancelerHost";Flags: ignoreversion;permissions:users-readexec admins-full system-full

0 commit comments

Comments
 (0)