More housekeeping

This commit is contained in:
osm0sis
2023-12-01 22:55:07 -04:00
parent 7c0769c2c2
commit b87ebf75b1
11 changed files with 11 additions and 10 deletions

View File

@@ -30,8 +30,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleRelease
- name: Create PlayIntegrityFork zip
- name: Upload PlayIntegrityFork-CI.zip
uses: actions/upload-artifact@v3
with:
name: PlayIntegrityFork
name: PlayIntegrityFork-CI
path: module/*

View File

@@ -5,3 +5,4 @@
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
- Move props that need to be changed earlier into post-fs-data.sh
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
- Continue to use ShadowHook for now

View File

View File

@@ -2,5 +2,5 @@
"version": "v3",
"versionCode": 3000,
"zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v3/PlayIntegrityFork-v3.zip",
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/changelog.md"
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/CHANGELOG.md"
}