File tree Expand file tree Collapse file tree 3 files changed +15
-19
lines changed Expand file tree Collapse file tree 3 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ mkdir app
16
16
rmdir /S /Q etc
17
17
mkdir etc
18
18
19
- xcopy /Y /I /R /E ..\..\app\build\gui\qt\ Release app\gui\qt \build\Release
20
- xcopy /Y /I /R /E ..\..\app\gui\qt\ theme app\gui\qt \theme
21
- xcopy /Y /I /R /E ..\..\app\gui\qt\ lang app\gui\qt \lang
19
+ xcopy /Y /I /R /E ..\..\app\build\gui\Release app\gui\build\Release
20
+ xcopy /Y /I /R /E ..\..\app\gui\theme app\gui\theme
21
+ xcopy /Y /I /R /E ..\..\app\gui\lang app\gui\lang
22
22
xcopy /Y /I /R /E ..\..\etc etc\
23
23
24
24
xcopy /Y /I /R /E ..\..\app\server\beam\tau\_build app\server\beam\tau\_build
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" xmlns : firewall =" http://schemas.microsoft.com/wix/FirewallExtension" >
3
3
4
- <Product Id =" *" Name =" Sonic Pi BETA" Language =" 1033" Version =" 3.3 .0" Manufacturer =" Sonic Pi" UpgradeCode =" ECA5D03B-CEBD-4672-BE1A-176CBCBA4429" >
4
+ <Product Id =" *" Name =" Sonic Pi BETA" Language =" 1033" Version =" 4.6 .0" Manufacturer =" Sonic Pi" UpgradeCode =" ECA5D03B-CEBD-4672-BE1A-176CBCBA4429" >
5
5
<Package Description =" Sonic Pi Installer" Comments =" Sonic Pi Installer" Platform =" x64" InstallScope =" perMachine" InstallerVersion =" 301" Compressed =" yes" />
6
6
<Property Id =" REINSTALLMODE" Value =" amus" />
7
7
<Property Id =" MSIFASTINSTALL" Value =" 1" />
22
22
<Directory Id =" SonicPi" Name =" Sonic Pi BETA" >
23
23
<Directory Id =" AppDir" Name =" app" >
24
24
<Directory Id =" GUI" Name =" gui" >
25
- <Directory Id =" QT" Name =" qt" >
26
- <Directory Id =" BUILD" Name =" build" >
27
- <Directory Id =" RELEASE" Name =" Release" >
28
- <Component Id =" SONIC_PI.EXE" DiskId =" 1" Guid =" BA4C72F9-C198-436A-B1E2-B2DF8EC65960" >
29
- <File Id =" SONIC_PI.EXE" Name =" sonic-pi.exe" Source =" SourceDir\app\gui\qt\build\Release\sonic-pi.exe" />
30
- </Component >
31
- </Directory >
25
+ <Directory Id =" BUILD" Name =" build" >
26
+ <Directory Id =" RELEASE" Name =" Release" >
27
+ <Component Id =" SONIC_PI.EXE" DiskId =" 1" Guid =" BA4C72F9-C198-436A-B1E2-B2DF8EC65960" >
28
+ <File Id =" SONIC_PI.EXE" Name =" sonic-pi.exe" Source =" SourceDir\app\gui\build\Release\sonic-pi.exe" />
29
+ </Component >
32
30
</Directory >
33
31
</Directory >
34
32
</Directory >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" xmlns : firewall =" http://schemas.microsoft.com/wix/FirewallExtension" >
3
3
4
- <Product Id =" *" Name =" Sonic Pi" Language =" 1033" Version =" 3.3 .0" Manufacturer =" Sonic Pi" UpgradeCode =" ECA5D03B-CEBD-4672-A0A2-176CBCBA4429" >
4
+ <Product Id =" *" Name =" Sonic Pi" Language =" 1033" Version =" 4.6 .0" Manufacturer =" Sonic Pi" UpgradeCode =" ECA5D03B-CEBD-4672-A0A2-176CBCBA4429" >
5
5
<Package Description =" Sonic Pi Installer" Comments =" Sonic Pi Installer" Platform =" x64" InstallScope =" perMachine" InstallerVersion =" 301" Compressed =" yes" />
6
6
<Property Id =" REINSTALLMODE" Value =" amus" />
7
7
<Property Id =" MSIFASTINSTALL" Value =" 1" />
22
22
<Directory Id =" SonicPi" Name =" Sonic Pi" >
23
23
<Directory Id =" AppDir" Name =" app" >
24
24
<Directory Id =" GUI" Name =" gui" >
25
- <Directory Id =" QT" Name =" qt" >
26
- <Directory Id =" BUILD" Name =" build" >
27
- <Directory Id =" RELEASE" Name =" Release" >
28
- <Component Id =" SONIC_PI.EXE" DiskId =" 1" Guid =" BA4C72F9-C198-436A-B1E2-B2DF8EC65960" >
29
- <File Id =" SONIC_PI.EXE" Name =" sonic-pi.exe" Source =" SourceDir\app\gui\qt\build\Release\sonic-pi.exe" />
30
- </Component >
31
- </Directory >
25
+ <Directory Id =" BUILD" Name =" build" >
26
+ <Directory Id =" RELEASE" Name =" Release" >
27
+ <Component Id =" SONIC_PI.EXE" DiskId =" 1" Guid =" BA4C72F9-C198-436A-B1E2-B2DF8EC65960" >
28
+ <File Id =" SONIC_PI.EXE" Name =" sonic-pi.exe" Source =" SourceDir\app\gui\build\Release\sonic-pi.exe" />
29
+ </Component >
32
30
</Directory >
33
31
</Directory >
34
32
</Directory >
You can’t perform that action at this time.
0 commit comments