1
0
mirror of https://github.com/desktop/desktop synced 2024-07-02 15:48:39 +00:00

Logo everyone!

This commit is contained in:
joshaber 2017-04-10 10:40:30 -04:00
parent ba91a02423
commit 97ae591e07
4 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

View File

@ -36,7 +36,7 @@ const options = {
arch: 'x64',
asar: false, // TODO: Probably wanna enable this down the road.
out: path.join(projectRoot, 'dist'),
icon: path.join(projectRoot, 'app', 'static', 'icon'),
icon: path.join(projectRoot, 'app', 'static', 'logos', 'icon-logo'),
dir: outRoot,
overwrite: true,
tmpdir: false,

View File

@ -37,7 +37,7 @@ function packageWindows () {
cp.execSync(`powershell ${setupCertificatePath}`)
}
const iconSource = path.join(__dirname, '..', 'app', 'static', 'icon.ico')
const iconSource = path.join(__dirname, '..', 'app', 'static', 'logos', 'icon-logo.ico')
if (!fs.existsSync(iconSource)) {
console.error(`expected setup icon not found at location: ${iconSource}`)
@ -45,7 +45,7 @@ function packageWindows () {
}
// TODO: change this when the repository is public
// 'https://raw.githubusercontent.com/desktop/desktop/master/app/static/icon.ico'
// 'https://raw.githubusercontent.com/desktop/desktop/master/app/static/logos/icon-logo.ico'
const iconUrl = 'https://www.dropbox.com/s/6n9wuyqhy9xhow4/icon.ico?dl=1'
const options = {