Update website location
This commit is contained in:
parent
a122d7e916
commit
d16e46dba5
|
@ -17,11 +17,11 @@
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<caption>The editor window</caption>
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<url type="homepage">https://lite-xl.github.io</url>
|
<url type="homepage">https://lite-xl.com</url>
|
||||||
|
|
||||||
<provides>
|
<provides>
|
||||||
<binary>lite-xl</binary>
|
<binary>lite-xl</binary>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#define MyAppName "Lite XL"
|
#define MyAppName "Lite XL"
|
||||||
#define MyAppVersion "@PROJECT_VERSION@"
|
#define MyAppVersion "@PROJECT_VERSION@"
|
||||||
#define MyAppPublisher "Lite XL Team"
|
#define MyAppPublisher "Lite XL Team"
|
||||||
#define MyAppURL "https://lite-xl.github.io"
|
#define MyAppURL "https://lite-xl.com"
|
||||||
#define MyAppExeName "lite-xl.exe"
|
#define MyAppExeName "lite-xl.exe"
|
||||||
#define BuildDir "@PROJECT_BUILD_DIR@"
|
#define BuildDir "@PROJECT_BUILD_DIR@"
|
||||||
#define SourceDir "@PROJECT_SOURCE_DIR@"
|
#define SourceDir "@PROJECT_SOURCE_DIR@"
|
||||||
|
|
Loading…
Reference in New Issue