Commit 3551e3b9 authored by mercury233's avatar mercury233

Revert "test"

This reverts commit 2b71b178.
parent 6951c748
Pipeline #39185 failed with stages
in 3 minutes and 55 seconds
......@@ -38,7 +38,6 @@ windows:
script:
- bash -c 'rm -rf C:\Windows\Temp\electron-builder-cache'
- npm ci -f
- move bin\aria2c.exe bin\mycarddownloader.exe
- npm run dist:windows
#- dir dist
artifacts:
......
......@@ -140,7 +140,7 @@ function createAria2c() {
switch (process.platform) {
case 'win32':
if (process.env['NODE_ENV'] === 'production') {
aria2c_path = path.join(process.resourcesPath, 'bin', 'mycarddownloader.exe');
aria2c_path = path.join(process.resourcesPath, 'bin', 'aria2c.exe');
} else {
aria2c_path = path.join('bin', 'aria2c.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