Fix packaging
This commit is contained in:
parent
a3b1b601ca
commit
9fa4543a43
|
@ -54,8 +54,8 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
SET RUNTIME=win-x64
|
SET RUNTIME=win-x64
|
||||||
|
|
||||||
cd ./distribution/windows/setup
|
cd \distribution\windows\setup
|
||||||
./distribution/windows/setup/build.bat
|
\distribution\windows\setup\build.bat
|
||||||
|
|
||||||
- name: Create Windows Installer (x86)
|
- name: Create Windows Installer (x86)
|
||||||
if: ${{ inputs.platform == 'windows' }}
|
if: ${{ inputs.platform == 'windows' }}
|
||||||
|
|
|
@ -8,7 +8,7 @@ framework="${FRAMEWORK:=net6.0}"
|
||||||
for runtime in _artifacts/*
|
for runtime in _artifacts/*
|
||||||
do
|
do
|
||||||
name="${runtime##*/}"
|
name="${runtime##*/}"
|
||||||
folderName="$runtime/$framework/Sonarr"
|
folderName="$runtime/$framework"
|
||||||
sonarrFolder="$folderName/Sonarr"
|
sonarrFolder="$folderName/Sonarr"
|
||||||
|
|
||||||
echo "Creating package for $name"
|
echo "Creating package for $name"
|
||||||
|
|
|
@ -3,8 +3,5 @@
|
||||||
@REM SET BRANCH=develop
|
@REM SET BRANCH=develop
|
||||||
@REM SET FRAMEWORK=net6.0
|
@REM SET FRAMEWORK=net6.0
|
||||||
@REM SET RUNTIME=win-x64
|
@REM SET RUNTIME=win-x64
|
||||||
echo ##teamcity[progressStart 'Building setup file']
|
|
||||||
inno\ISCC.exe sonarr.iss
|
|
||||||
echo ##teamcity[progressFinish 'Building setup file']
|
|
||||||
|
|
||||||
echo ##teamcity[publishArtifacts 'distribution\windows\setup\output\*%RUNTIME%*.exe']
|
inno\ISCC.exe sonarr.iss
|
||||||
|
|
Loading…
Reference in New Issue