mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Don't error if an executable has no version info
Instead, treat it as having no version (so true if comparator is !=, < or <=).
This commit is contained in:
@@ -33,6 +33,10 @@ before_script:
|
||||
- 7z x loot_api-0.13.8-0-g47797cc_dev-win64.7z
|
||||
- mv loot_api-0.13.8-0-g47797cc_dev-win64 loot_api_win64
|
||||
|
||||
- wget https://github.com/loot/loot-api-python/releases/download/4.0.2/loot_api_python-4.0.2-0-gd356ac2_master-python2.7-win32.7z
|
||||
- 7z x loot_api_python-4.0.2-0-gd356ac2_master-python2.7-win32.7z
|
||||
- mv loot_api_python-4.0.2-0-gd356ac2_master-python2.7-win32 loot_api_python
|
||||
|
||||
- wget https://7-zip.org/a/7z1805-extra.7z
|
||||
- 7z x 7z1805-extra.7z -o7z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user