From 6a59375dc54153a763aa16b4a85fc42f3bc3908e Mon Sep 17 00:00:00 2001 From: FixeQyt <134298056+FixeQyt@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:30:04 +0100 Subject: [PATCH] Changed package version to 2.3.0 for Linux --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79fef49b..d62d8bb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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