소스 검색

Rename windows executable

Arkadiusz Ryś 2 년 전
부모
커밋
5c02c33a7b
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .gitlab-ci.yml

+ 3 - 2
.gitlab-ci.yml

@@ -57,7 +57,7 @@ build-windows-exe:
   script:
     - xvfb-run sh -c "wine pip install --no-warn-script-location -r requirements.py; wineserver -w"
 #    - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --onefile --add-data data:data --collect-all graph-exploring-tool --windowed --noconfirm; wineserver -w"
-    - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --onefile --windowed --noconfirm; wineserver -w"
+    - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --name get.exe --onefile --windowed --noconfirm; wineserver -w"
     - mkdir -p dist/data/
     - cp -r data/* dist/data/
   only:
@@ -65,4 +65,5 @@ build-windows-exe:
   artifacts:
     name: "graph_exploring_tool%$CI_COMMIT_TAG"
     paths:
-      - ./dist/*
+      - dist/data
+      - dist/get.exe