Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hiles committed Aug 3, 2024
1 parent 7d65cb1 commit 680f6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JUSTFILE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ watch:
watchexec -e dart just build

build:
dart pub get && dart compile exe bin/cli.dart -o build/quad
dart pub get && mkdir -p build/flatpak && dart compile exe bin/cli.dart -o build/quad

flatpak:
just build && flatpak run org.flatpak.Builder --force-clean --install-deps-from=flathub --repo=repo build/flatpak com.henryhiles.quados.Quad.yml
Expand Down

0 comments on commit 680f6dd

Please sign in to comment.