Browse Source

Update website location

pull/769/head
Guldoman 4 years ago
parent
commit
d16e46dba5
No known key found for this signature in database GPG Key ID: C08A498EC7F1AFDD
  1. 4
      resources/linux/org.lite_xl.lite_xl.appdata.xml
  2. 2
      scripts/innosetup/innosetup.iss.in

4
resources/linux/org.lite_xl.lite_xl.appdata.xml

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

2
scripts/innosetup/innosetup.iss.in

@ -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@"

Loading…
Cancel
Save