We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LuaWatcom.yml
1 parent d1fd9e3 commit 315d403Copy full SHA for 315d403
.github/workflows/LuaWatcom.yml
@@ -76,6 +76,10 @@ jobs:
76
run: |
77
lua demo/xtra/DOSFREN.LUA demo/core/*.LUA demo/xtra/*.LUA
78
79
+ - name: Set constant time information on PE header
80
+ run: |
81
+ lua demo/xtra/PE95TIME.LUA dist/bin/LUANT.EXE
82
+
83
- name: Create Binaries Zip
84
85
zip -j9 --DOS-names dist/LuaExe.zip dist/bin/*.EXE demo/core/*.LUA demo/xtra/*.LUA
0 commit comments