Guldoman
4 years ago
No known key found for this signature in database
GPG Key ID: C08A498EC7F1AFDD
2 changed files with
3 additions and
3 deletions
-
resources/linux/org.lite_xl.lite_xl.appdata.xml
-
scripts/innosetup/innosetup.iss.in
|
|
@ -17,11 +17,11 @@ |
|
|
|
<screenshots> |
|
|
|
<screenshot type="default"> |
|
|
|
<caption>The editor window</caption> |
|
|
|
<image>https://lite-xl.github.io/assets/img/screenshots/editor.png</image> |
|
|
|
<image>https://lite-xl.com/assets/img/editor.png</image> |
|
|
|
</screenshot> |
|
|
|
</screenshots> |
|
|
|
|
|
|
|
<url type="homepage">https://lite-xl.github.io</url> |
|
|
|
<url type="homepage">https://lite-xl.com</url> |
|
|
|
|
|
|
|
<provides> |
|
|
|
<binary>lite-xl</binary> |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#define MyAppName "Lite XL" |
|
|
|
#define MyAppVersion "@PROJECT_VERSION@" |
|
|
|
#define MyAppPublisher "Lite XL Team" |
|
|
|
#define MyAppURL "https://lite-xl.github.io" |
|
|
|
#define MyAppURL "https://lite-xl.com" |
|
|
|
#define MyAppExeName "lite-xl.exe" |
|
|
|
#define BuildDir "@PROJECT_BUILD_DIR@" |
|
|
|
#define SourceDir "@PROJECT_SOURCE_DIR@" |
|
|
|