From 0fd1b35a83d0105ecba1e4b04ccdcc21bcdc1028 Mon Sep 17 00:00:00 2001 From: Thomas Lee Date: Sun, 18 Oct 2015 20:18:35 +0800 Subject: [PATCH] Correct author & control panel logo of win installer --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9666150..5b903f9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,8 +29,10 @@ module.exports = function(grunt) { ia32: { appDirectory: '<%= path.win32 %>', outputDirectory: '<%= path.win32_installer %>', + authors: 'Thomas Lee', certificateFile: 'resource/cert.p12', certificatePassword: '', + iconUrl: 'https://raw.githubusercontent.com/ThomasLee969/net.tsinghua/master/resource/icon.ico', setupIcon: 'resource/icon.ico', remoteReleases: 'https://github.com/ThomasLee969/net.tsinghua' }