Skip to content

Commit 787d896

Browse files
authored
Merge pull request #302 from OpenHub-Store/resources-refactor
2 parents 35c9c38 + e777194 commit 787d896

34 files changed

Lines changed: 75 additions & 99 deletions

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**

composeApp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ compose.desktop {
121121
}
122122
)
123123
windows {
124-
iconFile.set(project.file("logo/app_icon.ico"))
124+
iconFile.set(project.file("src/jvmMain/resources/logo/app_icon.ico"))
125125
menuGroup = "Github Store"
126126
shortcut = true
127127
perUserInstall = true
128128
}
129129
macOS {
130-
iconFile.set(project.file("logo/app_icon.icns"))
130+
iconFile.set(project.file("src/jvmMain/resources/logo/app_icon.icns"))
131131
bundleID = "zed.rainxch.githubstore"
132132

133133
infoPlist {
@@ -147,7 +147,7 @@ compose.desktop {
147147
}
148148
}
149149
linux {
150-
iconFile.set(project.file("logo/app_icon.png"))
150+
iconFile.set(project.file("src/jvmMain/resources/logo/app_icon.png"))
151151
appRelease = libs.versions.projectVersionName.get().toString()
152152
debPackageVersion = libs.versions.projectVersionName.get().toString()
153153
menuGroup = "Development"

composeApp/logo/app_icon.icns

-632 KB
Binary file not shown.

composeApp/logo/app_icon.ico

-53.3 KB
Binary file not shown.

composeApp/logo/app_icon.png

-730 KB
Binary file not shown.
118 KB
Binary file not shown.
24.3 KB
Binary file not shown.
90.9 KB
Loading

docs/README-BN.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Kotlin Multiplatform এবং Compose Multiplatform ব্যবহার ক
7171
> ফ্রি এবং ওপেন-সোর্স অ্যান্ড্রয়েড হুমকির মুখে। Google অ্যান্ড্রয়েডকে একটি বদ্ধ প্ল্যাটফর্মে পরিণত করবে, আপনার পছন্দের অ্যাপ ইনস্টল করার মৌলিক স্বাধীনতা সীমিত করবে। আপনার কণ্ঠস্বর শোনান – [keepandroidopen.org](https://keepandroidopen.org/).
7272
7373
<p align="middle">
74-
<img src="../screenshots/banner.jpeg" width="99%" />
75-
<img src="../screenshots/01.jpg" width="18%" />
76-
<img src="../screenshots/02.jpg" width="18%" />
77-
<img src="../screenshots/03.jpg" width="18%" />
78-
<img src="../screenshots/04.jpg" width="18%" />
79-
<img src="../screenshots/05.jpg" width="18%" />
74+
<img src="../media-resources/banner.jpeg" width="99%" />
75+
<img src="../media-resources/01.jpg" width="18%" />
76+
<img src="../media-resources/02.jpg" width="18%" />
77+
<img src="../media-resources/03.jpg" width="18%" />
78+
<img src="../media-resources/04.jpg" width="18%" />
79+
<img src="../media-resources/05.jpg" width="18%" />
8080
</p>
8181

8282
<div align="center">
@@ -152,8 +152,6 @@ GitHub® হলো GitHub, Inc.-এর একটি নিবন্ধিত ট
152152

153153
---
154154

155-
<img src="../screenshots/preview.gif" align="right" width="320" />
156-
157155
## 🚀 বৈশিষ্ট্যসমূহ
158156

159157
- **স্মার্ট অনুসন্ধান**

docs/README-ES.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Construida con Kotlin Multiplatform y Compose Multiplatform para plataformas And
7171
> Android libre y de codigo abierto esta bajo amenaza. Google convertira Android en una plataforma cerrada, restringiendo tu libertad esencial de instalar las aplicaciones que elijas. Haz que tu voz se escuche – [keepandroidopen.org](https://keepandroidopen.org/).
7272
7373
<p align="middle">
74-
<img src="../screenshots/banner.jpeg" width="99%" />
75-
<img src="../screenshots/01.jpg" width="18%" />
76-
<img src="../screenshots/02.jpg" width="18%" />
77-
<img src="../screenshots/03.jpg" width="18%" />
78-
<img src="../screenshots/04.jpg" width="18%" />
79-
<img src="../screenshots/05.jpg" width="18%" />
74+
<img src="../media-resources/banner.jpeg" width="99%" />
75+
<img src="../media-resources/01.jpg" width="18%" />
76+
<img src="../media-resources/02.jpg" width="18%" />
77+
<img src="../media-resources/03.jpg" width="18%" />
78+
<img src="../media-resources/04.jpg" width="18%" />
79+
<img src="../media-resources/05.jpg" width="18%" />
8080
</p>
8181

8282
<div align="center">
@@ -152,8 +152,6 @@ GitHub® es una marca registrada de GitHub, Inc.
152152

153153
---
154154

155-
<img src="../screenshots/preview.gif" align="right" width="320" />
156-
157155
## 🚀 Funcionalidades
158156

159157
- **Descubrimiento inteligente**

0 commit comments

Comments
 (0)