Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
start with normal users
  • Loading branch information
aliorhun authored Oct 8, 2020
1 parent 72ab98f commit 1e59b2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
Installed-Size: $size
Maintainer: Ridvan Tulemen <[email protected]>
Date : $date
Depends: python3-pil, python3-gi, graphicsmagick-imagemagick-compat
Depends: python3-pil, python3-gi
Architecture: amd64
Description: yusufreis
""" > packages/DEBIAN/control
Expand All @@ -49,7 +49,9 @@ jobs:
echo """chmod +x /usr/local/bin/yusufreis
cp /usr/share/hvl/yusufreis/apps.gsettings-yusufreis.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
mkdir -p '/usr/share/hvl/yusufreis/ss/'" > packages/DEBIAN/postinst
mkdir -p '/usr/share/hvl/yusufreis/ss/'
chmod o+w /usr/share/hvl/yusufreis/logs/yusufreis.log
chmod o+w -R /usr/share/hvl/yusufreis/ss/" > packages/DEBIAN/postinst
chmod +x packages/DEBIAN/postinst
version=$(date +'%Y%m%d-%H%M%S')
dpkg-deb -Zgzip --build ./packages yusufreis_$version.deb
Expand Down

0 comments on commit 1e59b2f

Please sign in to comment.