Commit d33d6b16 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Some minor fix.

Showing with 3 additions and 3 deletions
+3 -3
...@@ -151,11 +151,11 @@ build-windows: ...@@ -151,11 +151,11 @@ build-windows:
# Setup env # Setup env
- python -m pip install -r ..\requirements.txt - python -m pip install -r ..\requirements.txt
# Run Pyinstaller # Run Pyinstaller
- pyinstaller -y ../src/pamhyr.py - pyinstaller -y ..\src\pamhyr.py
# Create directory # Create directory
- mkdir pamhyr - mkdir pamhyr
- dir - 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 - .\make-windows-dir.bat
artifacts: artifacts:
paths: paths:
......
...@@ -17,7 +17,7 @@ rem along with this program. If not, see <https://www.gnu.org/licenses/>. ...@@ -17,7 +17,7 @@ rem along with this program. If not, see <https://www.gnu.org/licenses/>.
@ECHO ON @ECHO ON
mkdir pamhyr\pamhyr mkdir pamhyr\pamhyr
xcopy /y dist\pamhyr pamhyr\pamhyr xcopy /s /e /y dist\pamhyr pamhyr\pamhyr
rem Copy data rem Copy data
mkdir pamhyr\pamhyr\lang mkdir pamhyr\pamhyr\lang
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment