Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliorhun authored Nov 10, 2020
1 parent bfcc0bc commit ee0bbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
Exec=/usr/local/bin/yusufreis
Name=YusufReis
Comment=YusufReis
Icon=/usr/share/hvl/yusufreis/images/Computer.png\"\"\" > /usr/share/applications/yusufreis.desktop""" >>> packages/DEBIAN/postinst
Icon=/usr/share/hvl/yusufreis/images/Computer.png\"\"\" > /usr/share/applications/yusufreis.desktop""" > packages/DEBIAN/postinst
find ./ -type f ! -regex '.*?DEBIAN.*' -exec md5sum {} \; > packages/DEBIAN/md5sums
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/
Expand All @@ -55,8 +56,7 @@ jobs:
touch /usr/share/hvl/yusufreis/ss/main.json
chmod o+w /usr/share/hvl/yusufreis/ss/main.json
cp /usr/share/applications/yusufreis.desktop /etc/skel/.config/autostart/yusufreis.desktop
for homedir in /home/*; do sudo cp /usr/share/applications/yusufreis.desktop "$homedir/.config/autostart/yusufreis.desktop"; done
chmod o+w -R /usr/share/hvl/yusufreis/ss/" > packages/DEBIAN/postinst
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 ee0bbf0

Please sign in to comment.