File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- .ecs_output /
1
+ .ecs_output /
2
+ release /wix /bin /
3
+ release /wix /imports /
4
+ release /wix /ecs.csc
5
+ release /wix /extended-covscript-x64.msi
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function crc32_file(path)
79
79
return crc32val.logic_xor(" 0xFFFFFFFF" hex).to_hash()
80
80
end
81
81
82
- var wrapper_ver = " 1.3"
82
+ var wrapper_ver = " 1.3.0 "
83
83
84
84
function show_version()
85
85
@begin
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" >
3
- <Product Id =" *" Name =" Extended CovScript 1.3" Language =" 1033" Version =" 1.3" Manufacturer =" Covariant Script Organization" UpgradeCode =" EE550103-C236-7774-F9F1-EE39E951DD57" >
3
+ <Product Id =" *" Name =" Extended CovScript 1.3.0 Patch 1 " Language =" 1033" Version =" 1.3.0.1 " Manufacturer =" Covariant Script Organization" UpgradeCode =" EE550103-C236-7774-F9F1-EE39E951DD57" >
4
4
<Package Id =" *" Keywords =" Extended CovScript" Description =" Extended Covariant Script Runtime" Platform =" x86" InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
5
5
6
6
<MajorUpgrade
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ cd %~dp0
1
3
candle .\ecs_wix.wxs -nologo
2
- light -ext WixUIExtension -b . -cultures:en-us .\ecs_wix.wixobj -out extended-covscript-x86 .msi -nologo
4
+ light -ext WixUIExtension -b . -cultures:en-us .\ecs_wix.wixobj -out extended-covscript-x64 .msi -nologo
3
5
del /Q ecs_wix.wixobj
4
- del /Q extended_covscript_x86 .wixpdb
6
+ del /Q extended-covscript-x64 .wixpdb
You can’t perform that action at this time.
0 commit comments