Pixiv-MultiPlatform: update to 1.8.2 and change repo address

This commit is contained in:
Ygsk Lv.212 2025-11-05 06:23:47 +00:00 committed by linsui
parent 1ff3cbb82e
commit 027b58ebba

View file

@ -1,8 +1,6 @@
AntiFeatures:
NonFreeNet:
en-US: Depends on Pixiv and connects GitHub for update check.
NSFW:
en-US: Screenshots include pictures of themes not appropriate in many settings.
Categories:
- Graphics
- Internet
@ -10,15 +8,15 @@ Categories:
License: GPL-3.0-only
AuthorName: kagg886
WebSite: https://pmf.kagg886.top
SourceCode: https://github.com/kagg886/Pixiv-MultiPlatform
IssueTracker: https://github.com/kagg886/Pixiv-MultiPlatform/issues
Changelog: https://github.com/kagg886/Pixiv-MultiPlatform/releases
SourceCode: https://github.com/magic-cucumber/Pixiv-MultiPlatform
IssueTracker: https://github.com/magic-cucumber/Pixiv-MultiPlatform/issues
Changelog: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases
AutoName: Pixiv
RepoType: git
Repo: https://github.com/kagg886/Pixiv-MultiPlatform
Binaries: https://github.com/kagg886/Pixiv-MultiPlatform/releases/download/v%v/android.apk
Repo: https://github.com/magic-cucumber/Pixiv-MultiPlatform
Binaries: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases/download/v%v/android.apk
Builds:
- versionName: 1.6.5
@ -109,11 +107,34 @@ Builds:
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
x86_64-linux-android
- versionName: 1.8.2
versionCode: 182
commit: b57af13e8bd1d69ab106316cf180b5d1d1fae9c0
subdir: composeApp
gradle:
- yes
srclibs:
- rustup@1.27.1
rm:
- iosApp
- plugin
prebuild:
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
../settings.gradle.kts
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
- RUST_VERSION=$(sed -n -E 's/channel = "([0-9.]+)"/\1/p' ../rust-toolchain.toml)
- '[[ $RUST_VERSION ]]'
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
x86_64-linux-android
AllowedAPKSigningKeys: 0d0a5b77ee74694c0b63cb663f0639785603583610683da6f0aa2e73f7ff3bbc
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/kagg886/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
UpdateCheckData: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
- (\d+)</h1>|.|>v([\d.]+) - \d+</h1>
CurrentVersion: 1.8.1
CurrentVersionCode: 181
CurrentVersion: 1.8.2
CurrentVersionCode: 182