Skip to content

Commit

Permalink
More automatized
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtin23 committed Dec 30, 2020
1 parent ad77459 commit aaa805c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/make-pkg.sh → debian/mkpkg
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
cd ..
dotnet publish --self-contained -r linux-x64
cd debian
cp -r '../bin/Debug/netcoreapp3.1/linux-x64/publish' './imahex/usr/lib/imahex'
dpkg-deb --build imahex
rm -r './imahex/usr/lib/imahex'

0 comments on commit aaa805c

Please sign in to comment.