Commit 39bc850e authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 35c7f777
...@@ -73,7 +73,7 @@ module.exports = (grunt) => { ...@@ -73,7 +73,7 @@ module.exports = (grunt) => {
outputDirectory: 'build4/win32-ia32', outputDirectory: 'build4/win32-ia32',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico', setupIcon: 'resources/win32/icon.ico',
noMsi: true noMsi: true
}, },
x64: { x64: {
...@@ -81,7 +81,7 @@ module.exports = (grunt) => { ...@@ -81,7 +81,7 @@ module.exports = (grunt) => {
outputDirectory: 'build4/win32-x64', outputDirectory: 'build4/win32-x64',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico', setupIcon: 'resources/win32/icon.ico',
noMsi: true noMsi: true
}, },
'bundle-ia32': { 'bundle-ia32': {
...@@ -89,7 +89,7 @@ module.exports = (grunt) => { ...@@ -89,7 +89,7 @@ module.exports = (grunt) => {
outputDirectory: 'build4-bundle/win32-ia32', outputDirectory: 'build4-bundle/win32-ia32',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico', setupIcon: 'resources/win32/icon.ico',
noMsi: true noMsi: true
}, },
'bundle-x64':{ 'bundle-x64':{
...@@ -97,7 +97,7 @@ module.exports = (grunt) => { ...@@ -97,7 +97,7 @@ module.exports = (grunt) => {
outputDirectory: 'build4-bundle/win32-x64', outputDirectory: 'build4-bundle/win32-x64',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico', setupIcon: 'resources/win32/icon.ico',
noMsi: true noMsi: true
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment