Skip to content

Commit

Permalink
Clean up launch-app and fix x86_64 mac plist
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom committed Feb 15, 2024
1 parent 7538c74 commit d6939b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/launch-app/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void runApp(int argc, char *argv[], std::filesystem::path appDir, running_guard:
if (tray)
tray->update();
while (true){

if (should_exit){
app.terminate();
return;
Expand Down Expand Up @@ -175,10 +175,8 @@ int main(int argc, char *argv[]) {

if (tray){
tray->exit();
delete tray;
}


return 0;
}

Expand Down
1 change: 0 additions & 1 deletion src/mac/Info-x86_64.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<key>CFBundleExecutable</key>
<string>launch-app</string>
<key>CFBundleGetInfoString</key>
Expand Down

0 comments on commit d6939b7

Please sign in to comment.