File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ if ! grep -Fxq "$version" data/version.txt; then
1919fi
2020
2121mkdir -p build
22+ poetry install
2223poetry run python -m nuitka \
2324 ./derpiwallpaper/__main__.py \
2425 --onefile \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- set -euo pipefail
2+ set -xeuo pipefail
33
44# Build DerpiWallpaper for macOS using Nuitka
55
@@ -19,6 +19,7 @@ if ! grep -Fxq "$version" data/version.txt; then
1919fi
2020
2121mkdir -p build
22+ poetry install
2223poetry run python -m nuitka \
2324 ./derpiwallpaper/__main__.py \
2425 --onefile \
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ if ($content -ne $version) {
2424}
2525
2626New-Item - ItemType Directory - Force - Path build | Out-Null
27+ poetry install
2728poetry run python - m nuitka \
2829 .\derpiwallpaper\__main__.py \
2930 -- msvc= latest \
You can’t perform that action at this time.
0 commit comments