From b7496b98c643e33828937364a2098da58a45de8b Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 3 Nov 2015 18:39:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=81=AE=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- .../electron-mattermost.icns | Bin .../electron-mattermost.ico | Bin .../electron-mattermost.png | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename electron-mattermost.icns => resources/electron-mattermost.icns (100%) rename electron-mattermost.ico => resources/electron-mattermost.ico (100%) rename electron-mattermost.png => resources/electron-mattermost.png (100%) diff --git a/gulpfile.js b/gulpfile.js index 1a59955c..8551f29d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,7 +47,7 @@ function makePackage(platform, arch) { prune: true, overwrite: true, "app-version": packageJson.version, - icon: 'electron-mattermost' + icon: 'resources/electron-mattermost' }, function(err, appPath) { if (err) { console.log(err); diff --git a/electron-mattermost.icns b/resources/electron-mattermost.icns similarity index 100% rename from electron-mattermost.icns rename to resources/electron-mattermost.icns diff --git a/electron-mattermost.ico b/resources/electron-mattermost.ico similarity index 100% rename from electron-mattermost.ico rename to resources/electron-mattermost.ico diff --git a/electron-mattermost.png b/resources/electron-mattermost.png similarity index 100% rename from electron-mattermost.png rename to resources/electron-mattermost.png