Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions PublishFiles/SS14.Launcher.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Space Station 14
Encoding=UTF-8
Exec=./SS14.Launcher %u
Comment=A multiplayer space disaster simulator
Icon=ss14.ico
Categories=Game;
Terminal=false
Type=Application
7 changes: 0 additions & 7 deletions PublishFiles/SS14.desktop

This file was deleted.

Binary file added PublishFiles/SS14.ico
Binary file not shown.
1 change: 1 addition & 0 deletions publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def publish_linux(x64_only: bool):
os.chmod("PublishFiles/SS14.Launcher", "stat.S_IXUSR")
shutil.copyfile("PublishFiles/SS14.Launcher", "bin/publish/Linux/SS14.Launcher")
shutil.copyfile("PublishFiles/SS14.desktop", "bin/publish/Linux/SS14.desktop")
shutil.copyfile("PublishFiles/SS14.ico", "bin/publish/Linux/SS14.ico")

shutil.make_archive("SS14.Launcher_Linux", "zip", "bin/publish/Linux")

Expand Down
Loading