diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-11 16:45:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:41 +0700 |
commit | a19c2e14dd3a331707f8bdba8660c9334d80e123 (patch) | |
tree | 2895d56b50f4eaa7fffb8159a33315e7915730ad /games/zork/desktop | |
parent | 05954eb92510f7a6a225ca39d2e3a6a81a5da94d (diff) |
games/zork: Updated for version 20211011.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zork/desktop')
-rw-r--r-- | games/zork/desktop/zork1.desktop | 2 | ||||
-rw-r--r-- | games/zork/desktop/zork2.desktop | 2 | ||||
-rw-r--r-- | games/zork/desktop/zork3.desktop | 2 | ||||
-rw-r--r-- | games/zork/desktop/ztuu.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/zork/desktop/zork1.desktop b/games/zork/desktop/zork1.desktop index c20e8e4c19c85..ce9230ba1aef9 100644 --- a/games/zork/desktop/zork1.desktop +++ b/games/zork/desktop/zork1.desktop @@ -4,7 +4,7 @@ Name=Zork I GenericName=Interactive Fiction Game Comment=Zork: The Great Underground Empire Icon=zork -Exec=zork1 +Exec=/usr/games/zork1 Terminal=true Type=Application Categories=Game;AdventureGame; diff --git a/games/zork/desktop/zork2.desktop b/games/zork/desktop/zork2.desktop index 6b2100c38e168..baa25b0ec3b4e 100644 --- a/games/zork/desktop/zork2.desktop +++ b/games/zork/desktop/zork2.desktop @@ -4,7 +4,7 @@ Name=Zork II GenericName=Interactive Fiction Game Comment=Zork: The Wizard of Frobozz Icon=zork -Exec=zork2 +Exec=/usr/games/zork2 Terminal=true Type=Application Categories=Game;AdventureGame; diff --git a/games/zork/desktop/zork3.desktop b/games/zork/desktop/zork3.desktop index 8024742bb6b20..dd8fc76ea42d4 100644 --- a/games/zork/desktop/zork3.desktop +++ b/games/zork/desktop/zork3.desktop @@ -4,7 +4,7 @@ Name=Zork III GenericName=Interactive Fiction Game Comment=Zork: The Dungeon Master Icon=zork -Exec=zork3 +Exec=/usr/games/zork3 Terminal=true Type=Application Categories=Game;AdventureGame; diff --git a/games/zork/desktop/ztuu.desktop b/games/zork/desktop/ztuu.desktop index 280f54c1c2f9e..d479fb38cd550 100644 --- a/games/zork/desktop/ztuu.desktop +++ b/games/zork/desktop/ztuu.desktop @@ -4,7 +4,7 @@ Name=Zork TUU GenericName=Interactive Fiction Game Comment=Zork: The Undiscovered Underground Icon=zork -Exec=ztuu +Exec=/usr/games/ztuu Terminal=true Type=Application Categories=Game;AdventureGame; |