Skip to content

Commit dfe2be3

Browse files
authored
Merge pull request #17 from EmeraldLoc/dev
Merge dev 3 i cant believe this I really gotta figure this out
2 parents 369c66e + 075c7ba commit dfe2be3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sm_osx/LauncherView.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
}

sm_osx/RomView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; "

0 commit comments

Comments
 (0)