craft: Only set NSIS package type with windows

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2025-02-06 14:32:17 +08:00 committed by Matthieu Gallien
parent 31a8545132
commit 2dc61cfb40

View File

@ -25,7 +25,6 @@ ShortPath/Enabled = False
ShortPath/EnableJunctions = False
Packager/RepositoryUrl = https://files.kde.org/craft/Qt6
Packager/PackageType = NullsoftInstallerPackager
Packager/CacheVersion = 24.10
ContinuousIntegration/Enabled = True
@ -44,6 +43,7 @@ binary/mysql.useMariaDB = False
libs/qt6.version = 6.8.0
[windows-msvc2022_64-cl]
Packager/PackageType = NullsoftInstallerPackager
QtSDK/Compiler = msvc2022_64
General/ABI = windows-msvc2022_64-cl
Paths/Python = C:\Python312-x64