Skip to content

Commit a0d2a31

Browse files
updated installer.
1 parent f04d34e commit a0d2a31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem
77

88
set BASEDIR=%~dp0
99

10-
call "C:\Qt\6.4.2\msvc2019_64\bin\qtenv2.bat"
10+
call "C:\Qt\6.6.1\msvc2019_64\bin\qtenv2.bat"
1111
rem call "C:\Qt\5.13.0\msvc2017\bin\qtenv2.bat"
1212

1313
set ARCH=amd64

installer/msi/TreeFrog.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<!-- プロダクト情報 -->
88
<Product Name='TreeFrog Framework 2.8.0'
9-
Id="E97EAFE9-A79C-4FFF-8A61-2DF8987D03BA"
10-
UpgradeCode="B182CC33-A14B-4B56-9C9F-1E7486A3B4CF"
9+
Id="9B2CAB7C-ECF7-468A-9AE9-4E13003C83E5"
10+
UpgradeCode="DFB3D407-86B9-4F17-AE38-85FD61588772"
1111
Language='1041' Codepage='932'
1212
Version='2.8.0' Manufacturer='TreeFrog Framework Project'>
1313

@@ -39,7 +39,7 @@
3939

4040
<!-- デスクトップショートカット -->
4141
<DirectoryRef Id="DesktopFolder">
42-
<Component Id="DesktopShortcut" Guid="03CDB563-5A09-47B3-A5C5-59DA3CAB78F3">
42+
<Component Id="DesktopShortcut" Guid="4F293293-9950-4927-8D88-E36FCF3D3FD9">
4343
<Shortcut Id="PromptDesktopShortcut"
4444
Name="TreeFrog Prompt 2.8.0"
4545
Description="TreeFrog Framework Prompt"
@@ -51,7 +51,7 @@
5151

5252
<!-- プログラムメニューショートカット -->
5353
<DirectoryRef Id="ApplicationProgramsFolder">
54-
<Component Id="ApplicationShortcut" Guid="97B71422-35C6-49DF-85E7-E13C7B2B1C94">
54+
<Component Id="ApplicationShortcut" Guid="ACD6162C-9E89-4753-9142-D1E6F4ADF8DA">
5555
<CreateFolder Directory="ApplicationProgramsFolder"/>
5656

5757
<!-- Shortcut to TF prompt-->

0 commit comments

Comments
 (0)