Skip to content

Commit

Permalink
update where game history is saved
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Feb 2, 2025
1 parent 73a0333 commit 23f07c9
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 6,437 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ jobs:
- name: Build FlatPak
run: |
sudo apt install flatpak
sudo apt install flatpak-builder
sudo apt install flatpak flatpak-builder python3 python3-aiohttp python3-toml libgtk-4-dev build-essential
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.github.darrellroberts.minesweeper.yml
flatpak build-bundle repo minesweeper.flatpak io.github.darrellroberts.minesweeper
make linux-flatpak
- name: Create GitHub Release
id: create_release
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ iced-minesweeper/
.DS_Store
repo/
.flatpak-builder/
*.flatpak
cargo-sources.json
Loading

0 comments on commit 23f07c9

Please sign in to comment.