From c162814bf58fad2faebdc06675ef369b4bc81846 Mon Sep 17 00:00:00 2001 From: Gapva <90116898+Gapva@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:03:44 -0400 Subject: [PATCH] replace "workaround" batch files with pyw begone --- editor.bat | 3 --- editor.py => editor.pyw | 0 vvvvvv.bat | 3 --- vvvvvv.py => vvvvvv.pyw | 0 4 files changed, 6 deletions(-) delete mode 100644 editor.bat rename editor.py => editor.pyw (100%) delete mode 100644 vvvvvv.bat rename vvvvvv.py => vvvvvv.pyw (100%) diff --git a/editor.bat b/editor.bat deleted file mode 100644 index 81d7450..0000000 --- a/editor.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -python editor.py -pause diff --git a/editor.py b/editor.pyw similarity index 100% rename from editor.py rename to editor.pyw diff --git a/vvvvvv.bat b/vvvvvv.bat deleted file mode 100644 index 64b2032..0000000 --- a/vvvvvv.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -py3 vvvvvv.py -pause diff --git a/vvvvvv.py b/vvvvvv.pyw similarity index 100% rename from vvvvvv.py rename to vvvvvv.pyw