Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 7bcc651

Browse files
committed
adapt to powershell
1 parent 9b02ed6 commit 7bcc651

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ jobs:
111111
aqtversion: ==3.1.*
112112
py7zrversion: ==0.20.*
113113
- name: Install dependencies
114-
shell: pwsh
115114
run: |
116115
pipx run poetry install --no-interaction --with compile
117-
source .venv/Scripts/activate
116+
./.venv/Scripts/activate.ps1
118117
pip install nuitka minecraft_launcher_lib PySide6 click tomli darkdetect
119118
python -m nuitka --standalone --onefile --windows-icon-from-ico=media/icon.ico --output-dir=build --include-package=minecraft_launcher_lib,PySide6,click,tomli,darkdetect -o "Vanilla Installer-GUI ${{ github.head_ref || github.ref_name }}+{{ steps.short-sha.outputs.sha }}.exe" --enable-plugin=pyside6 --include-data-dir=vanilla_installer/assets=assets/ --disable-console vanilla_installer/gui.py --assume-yes-for-downloads
120119
- name: Upload built executable

0 commit comments

Comments
 (0)