Skip to content

Commit

Permalink
Fix windows compress paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed Sep 29, 2024
1 parent 3d1e8bc commit 9d8a999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

echo Creating python archives ...
powershell Compress-Archive ".\" "seekers-win32.zip"
powershell Compress-Archive ".\seekers\api" "seekers-win32-stubs.zip"
powershell Compress-Archive ".\*" "seekers-win32.zip"
powershell Compress-Archive ".\seekers\api\*" "seekers-win32-stubs.zip"

echo Install additional build requirements ...
.\venv\Scripts\pip install -r requirements.txt cx_Freeze
Expand Down

0 comments on commit 9d8a999

Please sign in to comment.