Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53bfd1c84e | ||
| b179c46e35 | |||
|
|
338e51bcbc | ||
| cce84abfe1 |
@@ -151,7 +151,11 @@ jobs:
|
||||
- name: Prepare release files
|
||||
run: |
|
||||
mkdir -p release-files
|
||||
find artifacts -type f \( -name "*.exe" -o -name "*.AppImage" -o -name "*.nupkg" -o -name "*.apk" -o -name "RELEASES*" \) -exec cp {} release-files/ \;
|
||||
find artifacts -type f \( -name "*.exe" -o -name "*.AppImage" -o -name "*.nupkg" -o -name "RELEASES*" \) -exec cp {} release-files/ \;
|
||||
APK=$(find artifacts -type f -name "*.apk" | head -1)
|
||||
if [ -n "$APK" ]; then
|
||||
cp "$APK" "release-files/Paarrot.apk"
|
||||
fi
|
||||
ls -la release-files/
|
||||
|
||||
- name: Create or Update Release
|
||||
|
||||
2
cinny
2
cinny
Submodule cinny updated: f64ce6168d...0659f3c1b0
7
obtainium.json
Normal file
7
obtainium.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"id": "com.paarrot.app",
|
||||
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-mobile",
|
||||
"author": "litruv",
|
||||
"name": "Paarrot",
|
||||
"additionalSettings": "{\"apkFilterRegEx\":\"Paarrot\\\\.apk\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"releaseIdSkipPatterns\":[],\"sortMethodChoice\":0}"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "paarrot",
|
||||
"version": "4.11.74",
|
||||
"version": "4.11.76",
|
||||
"description": "Paarrot - A Matrix client based on Cinny",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user