Drop windows releases.

This commit is contained in:
Brad Nelson
2025-07-04 16:18:03 -07:00
parent 3471b6cf41
commit 16f23dfee4
2 changed files with 12 additions and 54 deletions

View File

@ -101,30 +101,6 @@ if PICO_ICE_ENABLED:
])),
]
if WINDOWS_ENABLED:
Alias('publish-win32', ' '.join([
Publish('publish-win32-rev',
'$dst/windows/uEf32.exe',
'uEf32-{{VERSION}}-{{REVSHORT}}.exe'),
Publish('publish-win32-ver',
'$dst/windows/uEf32.exe',
'uEf32-{{VERSION}}.exe'),
]))
PUBLISH_PARTS += [
Alias('publish-win64', ' '.join([
Publish('publish-win64-rev',
'$dst/windows/uEf64.exe',
'uEf64-{{VERSION}}-{{REVSHORT}}.exe'),
Publish('publish-win64-ver',
'$dst/windows/uEf64.exe',
'uEf64-{{VERSION}}.exe'),
])),
]
Alias('publish-win', ' '.join([
'publish-win32',
'publish-win64',
]))
Alias('publish', ' '.join([
Command('publish-index', ' '.join([
'$src/tools/webindex.py',