actually disable shortcut creation on install

This commit is contained in:
zznty
2025-06-02 16:45:27 +07:00
parent 2d95e2da5a
commit 27b859ea8b

View File

@@ -87,7 +87,7 @@ jobs:
VPK_MAIN_EXE: CringeBootstrap.exe
VPK_NO_PORTABLE: true
VPK_FRAMEWORK: net9.0-x64-desktop,vcredist120-x64,vcredist143-x64
VPK_SHORTCUTS: ''
VPK_SHORTCUTS: 'None'
- run: ~/.dotnet/tools/vpk upload s3 -o $VPK_OUTPUT_DIR --bucket $VPK_BUCKET --endpoint $VPK_ENDPOINT
name: Upload new release