Commit 6b04092f authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 8400d19e
...@@ -15,7 +15,7 @@ module.exports = (grunt) => { ...@@ -15,7 +15,7 @@ module.exports = (grunt) => {
} }
grunt.initConfig({ grunt.initConfig({
clean: ["build2", "build3"], clean: ["build2", "build3", "build4-bundle"],
copy: { copy: {
app: { app: {
expand: true, expand: true,
...@@ -87,7 +87,7 @@ module.exports = (grunt) => { ...@@ -87,7 +87,7 @@ module.exports = (grunt) => {
noMsi: true noMsi: true
}, },
x64: { x64: {
appDirectory: 'build3-bundle/mycard-win32-x64', appDirectory: 'build3/mycard-win32-x64',
outputDirectory: 'build4/win32-x64', outputDirectory: 'build4/win32-x64',
authors: 'MyCard', authors: 'MyCard',
exe: 'mycard.exe', exe: 'mycard.exe',
......
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