Commit 9c89b3ef authored by 神楽坂玲奈's avatar 神楽坂玲奈

np2

parent f9f9059d
......@@ -146,7 +146,7 @@ export class AppsService {
});
});
config['NekoProject21']['HDD1FILE'] = path.win32.join("Z:", (<AppLocal>app.local).path, action.execute);
config['NekoProject21']['HDD1FILE'] = path.win32.join((<AppLocal>app.local).path, action.execute);
await new Promise((resolve, reject) => {
fs.writeFile(config_file, ini.stringify(config), (error) => {
if (error) {
......
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