Commit 95b3418c authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 0cfce937
...@@ -41,7 +41,7 @@ module.exports = (grunt) => { ...@@ -41,7 +41,7 @@ module.exports = (grunt) => {
}, },
cwd: 'bundle', cwd: 'bundle',
src: '**', src: '**',
dest: 'build3/mycard-win32-ia32' dest: 'build3/mycard-win32-ia32/resources/app'
}, },
'bundle-x64': { 'bundle-x64': {
expand: true, expand: true,
...@@ -50,7 +50,7 @@ module.exports = (grunt) => { ...@@ -50,7 +50,7 @@ module.exports = (grunt) => {
}, },
cwd: 'bundle', cwd: 'bundle',
src: '**', src: '**',
dest: 'build3/mycard-win32-x64' dest: 'build3/mycard-win32-x64/resources/app'
} }
}, },
......
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