Back to drafts
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -212,7 +212,7 @@ jobs:
|
|||||||
tag_name: v${{ steps.debug_info.outputs.github_tag }}
|
tag_name: v${{ steps.debug_info.outputs.github_tag }}
|
||||||
release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }}
|
release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }}
|
||||||
body: ${{ steps.release_notes.outputs.body }}
|
body: ${{ steps.release_notes.outputs.body }}
|
||||||
prerelease: contains(steps.debug_info.outputs.github_tag,'p.') || contains(steps.debug_info.outputs.github_tag, 'pre.')
|
draft: true
|
||||||
# upload linux archive asset
|
# upload linux archive asset
|
||||||
- name: Upload Linux Archive Asset
|
- name: Upload Linux Archive Asset
|
||||||
id: upload-linux-asset
|
id: upload-linux-asset
|
||||||
|
|||||||
@@ -39,8 +39,7 @@ a = Analysis(['DungeonRandomizer.py'],
|
|||||||
excluded_binaries = [
|
excluded_binaries = [
|
||||||
'VCRUNTIME140.dll',
|
'VCRUNTIME140.dll',
|
||||||
'msvcp140.dll',
|
'msvcp140.dll',
|
||||||
'mfc140u.dll',
|
'mfc140u.dll']
|
||||||
'ucrtbase.dll']
|
|
||||||
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
|
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
|
||||||
|
|
||||||
pyz = PYZ(a.pure, a.zipped_data,
|
pyz = PYZ(a.pure, a.zipped_data,
|
||||||
|
|||||||
3
Gui.spec
3
Gui.spec
@@ -44,8 +44,7 @@ a = Analysis(['Gui.py'],
|
|||||||
excluded_binaries = [
|
excluded_binaries = [
|
||||||
'VCRUNTIME140.dll',
|
'VCRUNTIME140.dll',
|
||||||
'msvcp140.dll',
|
'msvcp140.dll',
|
||||||
'mfc140u.dll',
|
'mfc140u.dll']
|
||||||
'ucrtbase.dll']
|
|
||||||
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
|
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
|
||||||
|
|
||||||
pyz = PYZ(a.pure, a.zipped_data,
|
pyz = PYZ(a.pure, a.zipped_data,
|
||||||
|
|||||||
Reference in New Issue
Block a user