Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hogyzen12 committed Nov 11, 2024
1 parent a79b70b commit 0c9b0cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Unruggable.app.app
wallets/*
.DS_Store
Unruggable_apk.apk
.DS_Store
Unruggable-app.app
selfsigned.crt
selfsigned.key
selfsigned.pfx
Unruggable.zip
wasm/*

5 changes: 4 additions & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ fyne package -os android -name Unruggable.apk -appID com.unruggable.app -icon ic
fyne package -os darwin -name Unruggable.app -appID com.unruggable.app -icon icon.png &&
fyne package -os ios -name Unruggable.app -appID com.unruggable.app -icon icon.png

fyne package -os iossimulator -appID com.unruggable.app -icon icon.png
fyne package -os iossimulator -appID com.unruggable.app -icon icon.png
fyne package -os windows -name Unruggable.apk -appID com.unruggable.app -icon icon.png

fyne release -os android -name Unruggable.apk -appID com.unruggable.app -icon icon.png -appVersion 1.0 -appBuild 1 -category utilities

0 comments on commit 0c9b0cc

Please sign in to comment.