diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index 38e40b5..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: BinGen -run-name: Generate a exe file from the python script - -on: - push: - branches: - - main - -jobs: - Build: - runs-on: ubuntu-latest - steps: - - name: Charger le dépôt - uses: actions/checkout@v4 - - - name: Installer Python - uses: actions/setup-python@v5 - with: - python-version: 3.11 - - - name: Installer Nuitka et MinGW - run: | - python -m pip install --upgrade pip - pip install pyinstaller colorama - - - name: Execute PyInstaller dans Docker - run: | - docker run --rm -v "$PWD":/src cdrx/pyinstaller-windows \ - "pyinstaller --onefile /src/controleur_de_gaz.py" - - - name: Archive executable - run: | - zip jeu_windows.zip ./dist/controleur_de_gaz.exe - - - name: Upload Artifact - uses: actions/upload-artifact@v4 - with: - name: escape-game-windows-exe - path: jeu_windows.zip diff --git a/lancer_jeu.bat b/lancer_jeu.bat index a1269aa..e5ab07e 100644 --- a/lancer_jeu.bat +++ b/lancer_jeu.bat @@ -1,6 +1,6 @@ @echo off mode con: cols=120 lines=40 -title ESCAPE GAME +title "LA COMPANIE" cd /d "%USERPROFILE%\Documents\cmd-alexandra-toxicity" python jeu.py pause > nul \ No newline at end of file