mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-09 15:13:58 +01:00
b663b3b7dc
Uploading generated tgs.png to my personal Discord for hosting purposes.
Using logo source commit of 7d202238c5 for
new Discord embed logo
10 lines
423 B
Makefile
Executable File
10 lines
423 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
install:
|
|
rm artifacts/tgs.png
|
|
rm artifacts/tgs.ico
|
|
build/package/deb/install_artifacts.sh "$(DESTDIR)"
|
|
install -D build/package/appsettings.Initial.yml "$(DESTDIR)/etc/tgstation-server/appsettings.Production.yml"
|
|
install src/Tgstation.Server.Host/appsettings.yml "$(DESTDIR)/etc/tgstation-server/appsettings.yml"
|
|
install -D build/package/deb/tgs-configure "$(DESTDIR)/usr/bin/tgs-configure"
|