ci: Some minor fix.

mesh
Pierre-Antoine Rouby 2023-09-13 14:05:13 +02:00
parent 1384634aa1
commit d33d6b166f
2 changed files with 3 additions and 3 deletions

View File

@ -151,11 +151,11 @@ build-windows:
# Setup env
- python -m pip install -r ..\requirements.txt
# Run Pyinstaller
- pyinstaller -y ../src/pamhyr.py
- pyinstaller -y ..\src\pamhyr.py
# Create directory
- mkdir pamhyr
- dir
- copy ../packages/make-windows-dir.bat .\make-windows-dir.bat
- copy ..\packages\make-windows-dir.bat .\make-windows-dir.bat
- .\make-windows-dir.bat
artifacts:
paths:

View File

@ -17,7 +17,7 @@ rem along with this program. If not, see <https://www.gnu.org/licenses/>.
@ECHO ON
mkdir pamhyr\pamhyr
xcopy /y dist\pamhyr pamhyr\pamhyr
xcopy /s /e /y dist\pamhyr pamhyr\pamhyr
rem Copy data
mkdir pamhyr\pamhyr\lang