Skip to content

Commit 315d403

Browse files
committed
Add a CI step to set a constant PE header timestamp to LuaWatcom.yml.
1 parent d1fd9e3 commit 315d403

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
run: |
7777
lua demo/xtra/DOSFREN.LUA demo/core/*.LUA demo/xtra/*.LUA
7878
79+
- name: Set constant time information on PE header
80+
run: |
81+
lua demo/xtra/PE95TIME.LUA dist/bin/LUANT.EXE
82+
7983
- name: Create Binaries Zip
8084
run: |
8185
zip -j9 --DOS-names dist/LuaExe.zip dist/bin/*.EXE demo/core/*.LUA demo/xtra/*.LUA

0 commit comments

Comments
 (0)