Skip to content

Commit ffbbd3b

Browse files
authored
Merge branch 'main' into copilot/create-first-issue
2 parents 8d52379 + 8a9b476 commit ffbbd3b

84 files changed

Lines changed: 1369 additions & 6467 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-desktop-platforms.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ jobs:
254254
255255
# Build .AppImage
256256
OUTPUT="composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage"
257-
ARCH=x86_64 APPIMAGE_EXTRACT_AND_RUN=1 ./appimagetool-x86_64.AppImage "$APPDIR" "$OUTPUT"
257+
UPINFO="gh-releases-zsync|rainxchzed|Github-Store|latest|*x86_64.AppImage.zsync"
258+
ARCH=x86_64 APPIMAGE_EXTRACT_AND_RUN=1 ./appimagetool-x86_64.AppImage -u "$UPINFO" "$APPDIR" "$OUTPUT"
258259
259260
echo "Created AppImage:"
260261
ls -lh "$OUTPUT"
@@ -275,7 +276,9 @@ jobs:
275276
uses: actions/upload-artifact@v4
276277
with:
277278
name: linux-appimage
278-
path: composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage
279+
path: |
280+
composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage
281+
composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage.zsync
279282
if-no-files-found: error
280283
retention-days: 30
281284
compression-level: 0

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Built with Kotlin Multiplatform and Compose Multiplatform for Android and Deskto
6767
> Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [keepandroidopen.org](https://keepandroidopen.org/).
6868
6969
<p align="middle">
70-
<img src="./screenshots/banner.jpeg" width="99%" />
71-
<img src="./screenshots/01.jpg" width="18%" />
72-
<img src="./screenshots/02.jpg" width="18%" />
73-
<img src="./screenshots/03.jpg" width="18%" />
74-
<img src="./screenshots/04.jpg" width="18%" />
75-
<img src="./screenshots/05.jpg" width="18%" />
70+
<img src="media-resources/banner.jpeg" width="99%" />
71+
<img src="media-resources/01.jpg" width="18%" />
72+
<img src="media-resources/02.jpg" width="18%" />
73+
<img src="media-resources/03.jpg" width="18%" />
74+
<img src="media-resources/04.jpg" width="18%" />
75+
<img src="media-resources/05.jpg" width="18%" />
7676
</p>
7777

7878
<div align="center">
@@ -148,8 +148,6 @@ GitHub® is a registered trademark of GitHub, Inc.
148148

149149
---
150150

151-
<img src="./screenshots/preview.gif" align="right" width="320" />
152-
153151
## 🚀 Features
154152

155153
- **Smart discovery**

0 commit comments

Comments
 (0)