Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 7d36317

Browse files
committed
Add new screenshots
Add newest screenshots and edit appstream metainfo file.
1 parent fcf8963 commit 7d36317

6 files changed

Lines changed: 9 additions & 2 deletions

data/io.github.malfisya.salam.metainfo.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>io.github.malfisya.salam</id>
44

55
<name>Salam</name>
6-
<summary> A simple welcome app for Solus Operating System Resources</summary>
6+
<summary> A simple welcome app for Solus Operating System</summary>
77

88
<metadata_license>CC0-1.0</metadata_license>
99
<project_license>MPL-2.0</project_license>
@@ -17,7 +17,13 @@
1717
<launchable type="desktop-id">salam.desktop</launchable>
1818
<screenshots>
1919
<screenshot type="default">
20-
<image>https://raw.githubusercontent.com/malfisya/salam/refs/heads/main/data/salam-screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/malfisya/salam/refs/heads/main/data/salam-liveiso-page.png</image>
21+
</screenshot>
22+
<screenshot type="default">
23+
<image>https://raw.githubusercontent.com/malfisya/salam/refs/heads/main/data/salam-firstsetup-page.png</image>
24+
</screenshot>
25+
<screenshot type="default">
26+
<image>https://raw.githubusercontent.com/malfisya/salam/refs/heads/main/data/salam-donation-page.png</image>
2127
</screenshot>
2228
</screenshots>
2329
</component>

data/salam-donation page.png

33.9 KB
Loading

data/salam-firstsetup-page.png

45.4 KB
Loading

data/salam-liveiso-page.png

31.1 KB
Loading

data/salam-screenshot.png

-28.8 KB
Binary file not shown.

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-FileCopyrightText: Copyright © 2025 Muhammad Alfi Syahrin
22
//
33
// SPDX-License-Identifier: MPL-2.0
4+
45
use std::env;
56
use std::process::Command;
67

0 commit comments

Comments
 (0)