-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--name SPMLauncher | ||
--type app-image | ||
--input ./dist/jar/ | ||
--dest ./dist/ | ||
--icon ./src/main/resources/spm12.png | ||
--copyright GPLv3 | ||
--description "SPMLauncher provides an overview over your SPM and MATLAB installations, allows you to quickly enable or disable toolboxes and switch versions." | ||
--vendor "University of Muenster, Institute for Translational Psychiatry" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--name SPMLauncher | ||
--type app-image | ||
--input ./dist/jar/ | ||
--dest ./dist/ | ||
--icon ./src/main/resources/spm12.png | ||
--copyright GPLv3 | ||
--description "SPMLauncher provides an overview over your SPM and MATLAB installations, allows you to quickly enable or disable toolboxes and switch versions." | ||
--vendor "University of Muenster, Institute for Translational Psychiatry" | ||
--about-url "https://github.com/wwu-trap/spmlauncher" | ||
--license-file LICENSE | ||
--linux-package-deps bubblewrap | ||
--linux-shortcut |