Skip to content

Commit

Permalink
Refs #3, As the .deb package uses pure python it can now be run on an…
Browse files Browse the repository at this point in the history
…y supported platform
  • Loading branch information
stdevPavelmc committed Feb 10, 2019
1 parent ffce828 commit 848a841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# some variables
VER=0.0.3
PKG=skyflash
DEBNAME="$PKG"_"$VER"_amd64.deb
DEBNAME="$PKG"_"$VER"_all.deb

# remove trash to start fresh
rm -rdf $PKG &> /dev/null
Expand Down

0 comments on commit 848a841

Please sign in to comment.