Skip to content

Commit 5f15567

Browse files
committed
add packaging tool
1 parent 1f51605 commit 5f15567

File tree

3 files changed

+101
-67
lines changed

3 files changed

+101
-67
lines changed

auto-build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ cd ..
3030
.\build\bin\cs -i .\build\imports .\misc\win32_build.csc .\misc\win32_config.json
3131
.\build\bin\cs -i .\build\imports .\misc\cspkg_build.csc .\misc\cspkg_config.json
3232

33+
move /Y .\build\imports\imgui_gl2.cse .\build\imports\imgui.cse
34+
3335
goto:eof
3436
:call_bat
3537
cd %1%

package_tools/wix/gen_wxs.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ while ifs.good()
3535
var str = ifs.getline()
3636
var result = reg1.match(str)
3737
if !result.empty()
38-
ofs.println(result.str(1) + "Covariant Script Runtime - " + env.covscript_ver() + " (" + env.arch() + ")" + result.str(2) + env.covscript_ver() + result.str(3))
38+
ofs.println(result.str(1) + "Covariant Script Runtime - " + env.covscript_ver() + " (" + env.arch() + "_legacy)" + result.str(2) + env.covscript_ver() + result.str(3))
3939
continue
4040
end
4141
result = reg2.match(str)

0 commit comments

Comments
 (0)