Skip to content

Commit

Permalink
app-image-create.sh typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiell committed Sep 23, 2022
1 parent 28fc2f4 commit b6e1b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/app-image-create.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
cd `dirname $0`
VERSION='1.0.0'
VERSION='latest'

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

Expand Down Expand Up @@ -76,7 +76,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
<url type="homepage">https://nshiell.com/database-dossier</url>
<screenshots>
<screenshot type="default">
<image>https://nshiell.com/database-dossier/screenshot-kde.png.png</image>
<image>https://nshiell.com/database-dossier/screenshot-kde.png</image>
</screenshot>
</screenshots>
<provides>
Expand Down

0 comments on commit b6e1b41

Please sign in to comment.