Skip to content

Commit

Permalink
stash this
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Oct 15, 2024
1 parent 19d9d0a commit 524db0b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bs_settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"launcher_manifest": "https://cdn.retronautsmc.org/latest.json",
"launcher_brand": "RetroNautsMC",
"launcher_foldername": "retronautsmc"
"launcher_manifest": "https://asylum-cdn.naylahanegan.com/latest.json",
"launcher_brand": "AsylumDev",
"launcher_foldername": "asylumdev"
}
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go install github.com/fyne-io/fyne-cross@latest
fyne-cross windows -arch=amd64,arm64 --app-id org.retronauts.RetroNautsMC
fyne-cross linux -arch=amd64,arm64 --app-id org.retronauts.RetroNautsMC
fyne-cross windows -arch=amd64,arm64 --app-id com.asylumdev.Launcher
fyne-cross linux -arch=amd64,arm64 --app-id com.asylumdev.Launcher
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go install github.com/fyne-io/fyne-cross@latest
fyne-cross darwin -arch=amd64,arm64 --app-id org.retronauts.RetroNautsMC
fyne-cross darwin -arch=amd64,arm64 --app-id com.asylumdev.Launcher
2 changes: 1 addition & 1 deletion build_macos.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go install github.com/fyne-io/fyne-cross@latest
fyne-cross darwin -arch=amd64,arm64 --app-id org.retronauts.RetroNautsMC
fyne-cross darwin -arch=amd64,arm64 --app-id com.asylumdev.Launcher

0 comments on commit 524db0b

Please sign in to comment.