mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Bump Version and Change Installer Name
This commit is contained in:
parent
e73936184b
commit
feb6f4b205
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ PublishArtifacts()
|
||||||
rm -f $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.linux.tar
|
rm -f $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.linux.tar
|
||||||
|
|
||||||
./setup/inno/ISCC.exe "./setup/lidarr.iss"
|
./setup/inno/ISCC.exe "./setup/lidarr.iss"
|
||||||
cp ./setup/output/Lidarr.*windows.exe $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.windows.exe
|
cp ./setup/output/Lidarr.*windows.exe $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.windows-installer.exe
|
||||||
}
|
}
|
||||||
|
|
||||||
PublishArtifacts
|
PublishArtifacts
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '0.2.0.{build}'
|
version: '0.3.0.{build}'
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ DisableReadyPage=True
|
||||||
CompressionThreads=2
|
CompressionThreads=2
|
||||||
Compression=lzma2/normal
|
Compression=lzma2/normal
|
||||||
AppContact={#ForumsURL}
|
AppContact={#ForumsURL}
|
||||||
VersionInfoVersion=0.2.0.{#BuildNumber}
|
VersionInfoVersion=0.3.0.{#BuildNumber}
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue