From c5f08f7b278be39c3caf8924922de710bfb4abe1 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 02:43:38 -0800 Subject: [PATCH] Back to drafts --- .github/workflows/ci.yml | 2 +- DungeonRandomizer.spec | 3 +-- Gui.spec | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b49d489..9796cf5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: tag_name: v${{ steps.debug_info.outputs.github_tag }} release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }} 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 - name: Upload Linux Archive Asset id: upload-linux-asset diff --git a/DungeonRandomizer.spec b/DungeonRandomizer.spec index 9dfabd0a..7b8de387 100644 --- a/DungeonRandomizer.spec +++ b/DungeonRandomizer.spec @@ -39,8 +39,7 @@ a = Analysis(['DungeonRandomizer.py'], excluded_binaries = [ 'VCRUNTIME140.dll', 'msvcp140.dll', - 'mfc140u.dll', - 'ucrtbase.dll'] + 'mfc140u.dll'] a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries]) pyz = PYZ(a.pure, a.zipped_data, diff --git a/Gui.spec b/Gui.spec index 2e9bbd6d..9d02abdf 100644 --- a/Gui.spec +++ b/Gui.spec @@ -44,8 +44,7 @@ a = Analysis(['Gui.py'], excluded_binaries = [ 'VCRUNTIME140.dll', 'msvcp140.dll', - 'mfc140u.dll', - 'ucrtbase.dll'] + 'mfc140u.dll'] a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries]) pyz = PYZ(a.pure, a.zipped_data,