Skip to content

Commit

Permalink
Merge pull request #7 from mscherer/fix_uplink
Browse files Browse the repository at this point in the history
Add /app/share/desktop-directories/
  • Loading branch information
kujeger authored Aug 27, 2018
2 parents 3b13109 + d0d216a commit fbc7636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.gog.Template.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": "game",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/game /app/bin /app/lib /app/share/applications/ /app/share/icons/hicolor/256x256/apps",
"mkdir -p /app/game /app/bin /app/lib /app/share/applications/ /app/share/icons/hicolor/256x256/apps /app/share/desktop-directories/",
"install starter* /app/bin/",
"for x in installer*.sh; do script --return -c \"sh ${x} -- --notermspawn --i-agree-to-all-licenses --noreadme --nooptions --noprompt --destination /app/game --ui=stdio\" /dev/null; done",
"if [ -e configure ]; then sh configure; fi",
Expand Down

0 comments on commit fbc7636

Please sign in to comment.