File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020### ネイティブアプリのインストーラー作成方法
2121
22221 . 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で開く
25254 . Build -> Compileからインストーラーをコンパイルする
26265 . SetupOutput配下にネイティブアプリのインストーラーが作成される
2727
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Source: "bin\Release\RepostConfirmationCanceler.exe"; DestDir: "{app}\";Flags: i
5353Source : " 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
5959Source : " Resources\edge.json" ; DestDir : " {app} \RepostConfirmationCancelerHost" ;Flags : ignoreversion ;permissions:users-readexec admins-full system-full
You can’t perform that action at this time.
0 commit comments