Commit 8c4a26b8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent e9ecac62
...@@ -60,9 +60,17 @@ module.exports = (grunt) => { ...@@ -60,9 +60,17 @@ module.exports = (grunt) => {
}, },
'create-windows-installer': { 'create-windows-installer': {
ia32: {
appDirectory: 'build3/mycard-win32-ia32',
outputDirectory: 'build4/win32-ia32',
authors: 'MyCard',
exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico',
noMsi: true
},
x64: { x64: {
appDirectory: 'build3/mycard-win32-x64', appDirectory: 'build3/mycard-win32-x64',
outputDirectory: 'build4', outputDirectory: 'build4/win32-x64',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
setupIcon: 'resources/win/icon.ico', setupIcon: 'resources/win/icon.ico',
...@@ -90,7 +98,7 @@ module.exports = (grunt) => { ...@@ -90,7 +98,7 @@ module.exports = (grunt) => {
] ]
}, },
target: { target: {
dest: 'build4/darwin/mycard.dmg' dest: 'build4/darwin/mycard-2.0.0-darwin-with-ygopro.dmg'
} }
} }
}); });
......
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