ci: build Windows Store release artifacts

This commit is contained in:
2026-07-16 22:34:02 +02:00
parent 4321340a23
commit 97dd9b32be
16 changed files with 645 additions and 3 deletions

View File

@@ -6,6 +6,11 @@ kotlin.mpp.enableCInteropCommonization=true
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
org.gradle.configuration-cache=true
org.gradle.caching=true
# Product version used by desktop packaging. Release workflows override this
# from the vMAJOR.MINOR.PATCH tag.
vnidrop.version=1.0.0
#Android
android.builtInKotlin=false
android.newDsl=false