Skip to content

Commit

Permalink
fix - fixed preferences crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed May 2, 2024
1 parent 91ec8cf commit 8b651d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Categories=Game;
- `Name` // the name that will displayed under the icon.
- `Comment` // a fast and compact description of the program.
- `Keywords` // the keywords that will make the shortcut appears in the search bar.
- `Exec` // the path to the executable. For example, me I would put '~/Documents/vscode-cloned-repositories/Bane-Of-Wargs/dist/Bane-Of-Wargs'
- `Exec` // the path to the executable. For example, me I would put '~/Documents/vscode-cloned-repositories/Bane-Of-Wargs/dist/Bane-Of-Wargs'. If you built it using flatpak, put '<flatpak binary> run com.Cromha.BaneOfWargs': for example '/usr/bin/flatpak run com.Cromha.BaneOfWargs'
- `Icon` // the path of the icon that will be displayed on top of the app name. This is not required, you can remove it, if you do, it's the default app icon that will be shown.
- `Terminal` // make so that it will open the terminal when executing the program specified at `Exec`.
- `Categories` // the list of categories of program this program is in.
Expand Down
1 change: 0 additions & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
# a variable to write it into the user config file
default_config_data = {
"latest preset": {
"plugin": " ",
"save": " ",
"type": 'vanilla'
},
Expand Down

0 comments on commit 8b651d4

Please sign in to comment.