mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
craft: Only set NSIS package type with windows
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
31a8545132
commit
2dc61cfb40
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user