File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ xcopy /Y /I /R /E ..\..\app\server\native\ruby\bin app\server\native\ruby\bin
28
28
xcopy /Y /I /R /E ..\..\app\server\native\ruby\lib app\server\native\ruby\lib
29
29
xcopy /Y /I /R /E ..\..\app\server\native\ruby\share app\server\native\ruby\share
30
30
xcopy /Y /I /R /E ..\..\app\server\native\ruby\ssl app\server\native\ruby\ssl
31
+ xcopy /Y /I /R /E ..\..\app\config app\config
32
+
31
33
xcopy /Y ..\..\app\server\native\*.* app\server\native
32
34
33
35
xcopy /Y /I /R /E ..\..\app\server\ruby app\server\ruby
Original file line number Diff line number Diff line change 1
1
cd %~dp0
2
2
cd ..
3
3
@ echo " Generating msi"
4
- candle wix\sonic-pi.wxs etc.wxs gui.wxs server.wxs -ext WixUtilExtension -arch x64
5
- light sonic-pi.wixobj etc.wixobj gui.wixobj server.wixobj -ext WixUtilExtension -ext WixUIExtension -o wix\Sonic-Pi.msi -b etc -b app\gui -b app\server
4
+ candle wix\sonic-pi.wxs etc.wxs gui.wxs server.wxs config.wxs -ext WixUtilExtension -arch x64
5
+ light sonic-pi.wixobj etc.wixobj gui.wixobj server.wixobj config.wixobj -ext WixUtilExtension -ext WixUIExtension -o wix\Sonic-Pi.msi -b etc -b app\gui -b app\server -b app\config
Original file line number Diff line number Diff line change 5
5
heat dir etc -gg -g1 -f -sfrag -dr SonicPi -cg ETC -out etc.wxs
6
6
heat dir app\gui -gg -g1 -v -t " wix\filter.xslt" -sreg -sfrag -dr AppDir -cg GUI -out gui.wxs
7
7
heat dir app\server -gg -g1 -sreg -sfrag -dr AppDir -cg SERVER -out server.wxs
8
-
8
+ heat dir app\config -gg -g1 -sreg -sfrag -dr AppDir -cg CONFIG -out config.wxs
Original file line number Diff line number Diff line change 50
50
<ComponentGroupRef Id =" ETC" />
51
51
<ComponentGroupRef Id =" GUI" />
52
52
<ComponentGroupRef Id =" SERVER" />
53
+ <ComponentGroupRef Id =" CONFIG" />
53
54
<ComponentRef Id =" SONIC_PI.EXE" />
54
55
<ComponentRef Id =" StartMenuShortcuts" />
55
56
</Feature >
You can’t perform that action at this time.
0 commit comments