Skip to content

Commit

Permalink
Merge pull request #35 from FixeQyt/patch-1
Browse files Browse the repository at this point in the history
Add icon
  • Loading branch information
NotroDev authored Mar 17, 2024
2 parents 4095b2a + 1ca3a11 commit 14311fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ jobs:
mkdir -p "SkEditorFiles/usr/share/applications"
cd SkEditorFiles/usr/share/applications
wget -O SkEditor.desktop -r 'https://www.dropbox.com/scl/fi/vy8j6uil0aj1k3mhjbq1n/SkEditor.desktop?rlkey=xhvi3ay35g1afox23pgvu0ht4&dl=1'
cp /home/runner/work/SkEditor/SkEditor.png /home/runner/work/SkEditor/SkEditor/SkEditorFiles/opt/SkEditor/SkEditor.png
mkdir -p "/home/runner/work/SkEditor/SkEditor/SkEditorFiles/DEBIAN"
cd /home/runner/work/SkEditor/SkEditor/SkEditorFiles/DEBIAN
pwd
wget -O control -r 'https://www.dropbox.com/scl/fi/tep20aykrghy2aamc1m77/control-arm64?rlkey=bhfztntq2tzzbtiv3xv9oea6j&dl=1'
echo "Version: 2.2.0" >> control
echo "Maintainer: Notro" >> control
wget -O postrm -r 'https://www.dropbox.com/scl/fi/qni5y6fahxrz80ttenct5/postrm?rlkey=zn88axbghrwxokxtx1i5hhbgr&dl=1'
- name: Fix Permissions
run: |
Expand Down

0 comments on commit 14311fc

Please sign in to comment.