From f719caab4b085aefbc0bcf6c93493ac3be9b1122 Mon Sep 17 00:00:00 2001 From: cutls Date: Tue, 13 Apr 2021 15:09:41 +0900 Subject: [PATCH] prevent GH upload? --- app/build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.js b/app/build.js index 3d8195a9..6e9e736c 100644 --- a/app/build.js +++ b/app/build.js @@ -21,7 +21,8 @@ const config = { }, win: { icon: 'build/thedesk.ico', - target: ['nsis', 'appx', 'portable'] + target: ['nsis', 'appx', 'portable'], + publish: [] }, appx: { identityName: '53491Cutls.TheDesk',