File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -380,9 +380,7 @@ struct LauncherView: View {
380380 Task {
381381 let result = await checkForUpdates ( )
382382
383- if result == 0 {
384- noUpdateAlert = true
385- } else {
383+ if result == 1 {
386384 updateAlert = true
387385 }
388386 }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ struct RomView: View {
130130 //install dependencies
131131
132132 if ( repo == . sm64ex_coop || repo == . sm64ex_coop_dev || repo == . moon64) && isArm ( ) {
133- commandsCompile = " echo 'Installing Deps' && brew uninstall glew sdl2; arch -x86_64 /bin/zsh -cl '/usr/local/bin/brew install make mingw-w64 gcc gcc@9 sdl2 pkg-config glew glfw3 libusb audiofile coreutils wget'; "
133+ commandsCompile = " echo 'Installing Deps' && brew uninstall glew sdl2; arch -x86_64 /bin/zsh -cl '/usr/local/bin/brew install make mingw-w64 gcc gcc@9 sdl2 pkg-config glew glfw3 libusb audiofile coreutils wget'; brew install make mingw-w64 gcc pkg-config glfw3 libusb audiofile coreutils wget; "
134134 }
135135 else {
136136 commandsCompile = " echo 'Installing Deps' && brew install make mingw-w64 gcc sdl2 pkg-config glew glfw3 libusb audiofile coreutils wget; "
You can’t perform that action at this time.
0 commit comments