From b93e43dacbf0be9100d2d70c9c76007e3b776c1a Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Mon, 10 Jun 2024 15:38:35 +0300 Subject: [PATCH] Use transparent appx icon --- build/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.js b/build/config.js index a464211..ac804e0 100644 --- a/build/config.js +++ b/build/config.js @@ -77,7 +77,7 @@ exports.default = ()=>({ loadingGif: 'build/win/loadingGif.gif' }, appx: { - backgroundColor: '#0F0F47', + backgroundColor: 'transparent', //windows store: applicationId: 'Raindrop.io.Raindrop.io', identityName: '19059Raindrop.io.Raindrop.io',