mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
Automated debian package building (#287)
* Automate debian package building Move wxs files to scripts/resources/msi/ Define icon's path inside script instead of hardcoding it in wxs * Revert back Windows script improvments * Remove copyright year. Use uppercase for first letter of foruzesh * Seperate deb from tar code with defining new debian-x64 arch * Add ./unix-bundler.sh debian-x64 * Fix mistake * Remove unneeded change of license
This commit is contained in:
9
scripts/resources/debian/install
Executable file
9
scripts/resources/debian/install
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/dh-exec
|
||||
|
||||
debian/tachidesk.png usr/share/pixmaps/
|
||||
debian/tachidesk.desktop usr/share/applications/
|
||||
tachidesk-browser-launcher.sh => usr/bin/tachidesk
|
||||
tachidesk-browser-launcher.sh => usr/bin/tachidesk-browser
|
||||
tachidesk-debug-launcher.sh => usr/bin/tachidesk-debug
|
||||
tachidesk-electron-launcher.sh => usr/bin/tachidesk-electron
|
||||
Tachidesk.jar => usr/share/java/tachidesk/tachidesk.jar
|
||||
Reference in New Issue
Block a user