Skip to content

Commit

Permalink
Merge pull request #3164 from isysd-mirror/3163
Browse files Browse the repository at this point in the history
patch for desktop launcher bug GH #3163
  • Loading branch information
Luis-Fernando-Molina authored Dec 18, 2021
2 parents 771c2eb + 24df440 commit 7225f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Launch-Scripts/create-shortcut.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (os.platform() == "win32") {
Name=${name}
Comment=Launch Shortcut for Superalgos
Path=${__dirname}
Exec=gnome-terminal -e ${__dirname}/launch-linux-mac.sh
Exec=${__dirname}/launch-linux-mac.sh
Terminal=true
Icon=${icon}
Categories=Application;`,
Expand Down Expand Up @@ -135,4 +135,4 @@ if (os.platform() == "win32") {
// Misc Operating System
} else {
console.log("Automatic shortcut creation is not currently supported on your operating system. If you would like to see your operating system added please reachout on discord or telegram to let the devs know.")
}
}

0 comments on commit 7225f6c

Please sign in to comment.