Skip to content

Commit

Permalink
Include icon file in snap for #344
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Jul 18, 2019
1 parent 2a15c42 commit b5553ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dev/linux/build_snap

This file was deleted.

2 changes: 2 additions & 0 deletions dev/snapcraft/build_snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rm -rf build
rm -rf documentation

mkdir -p build/desktop-file
mkdir -p build/meta/gui
cd build
BUILD=`pwd`

Expand All @@ -33,6 +34,7 @@ sed 's/DESTDIR = bin/DESTDIR = ./g' ../../../engauge.pro >engauge.pro

cp ../snapcraft.yaml .
cp ../../engauge-digitizer.desktop desktop-file
cp ../../../src/img/digitizer-32.png meta/gui/icon.png
cp -r ../../../help .
cp -r ../../../src .

Expand Down

0 comments on commit b5553ac

Please sign in to comment.