Skip to content

Commit b6e1b41

Browse files
committed
app-image-create.sh typo
1 parent 28fc2f4 commit b6e1b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/app-image-create.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33
cd `dirname $0`
4-
VERSION='1.0.0'
4+
VERSION='latest'
55

66
# Will create a https://appimage.org/
77

@@ -76,7 +76,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
7676
<url type="homepage">https://nshiell.com/database-dossier</url>
7777
<screenshots>
7878
<screenshot type="default">
79-
<image>https://nshiell.com/database-dossier/screenshot-kde.png.png</image>
79+
<image>https://nshiell.com/database-dossier/screenshot-kde.png</image>
8080
</screenshot>
8181
</screenshots>
8282
<provides>

0 commit comments

Comments
 (0)