Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NotroDev committed Mar 26, 2024
2 parents b1b988a + 09498b0 commit d3efa42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
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 "Version: 2.3.0" >> control
echo "Maintainer: Notro" >> control
wget -O postrm -r 'https://www.dropbox.com/scl/fi/qni5y6fahxrz80ttenct5/postrm?rlkey=zn88axbghrwxokxtx1i5hhbgr&dl=1'
echo "ln -s /opt/SkEditor/SkEditor /bin/SkEditor" > postinst
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
cd /home/runner/work/SkEditor/SkEditor/SkEditorFilesx/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 "Version: 2.3.0" >> control
echo "Maintainer: Notro" >> control
wget -O postrm -r 'https://www.dropbox.com/scl/fi/qni5y6fahxrz80ttenct5/postrm?rlkey=zn88axbghrwxokxtx1i5hhbgr&dl=1'
echo "ln -s /opt/SkEditor/SkEditor /bin/SkEditor" > postinst
Expand Down

0 comments on commit d3efa42

Please sign in to comment.