add build script

This commit is contained in:
Laura Hausmann 2019-08-12 23:12:19 +02:00
parent c527cc17aa
commit d81f32a6ed
No known key found for this signature in database
GPG Key ID: 1720DF2EC8974C2D
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -223,3 +223,6 @@ project.lock.json
#####
# End of core ignore list, below put you custom 'per project' settings (patterns or path)
#####
music/
webmusic.linux.run
dotnetwarp_temp

1
build.sh Executable file
View File

@ -0,0 +1 @@
dotnet publish -c Release -r linux-x64 && warp-packer --arch linux-x64 --input_dir bin/Release/netcoreapp2.2/linux-x64/publish --exec webmusic --output webmusic.linux.run && chmod +x webmusic.linux.run