Update website location
This commit is contained in:
parent
a122d7e916
commit
d16e46dba5
|
@ -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@"
|
||||
|
|
Loading…
Reference in New Issue