From 07687fffe072864dfe5bfbe24ef900716eb8bb5b Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 29 May 2023 13:40:27 -0600 Subject: use os.path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8023d..2530eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py + pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk --splash assets/GentryCapitalRGB.jpg main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme -- cgit v1.2.3