mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
added windows and macos binaries
This commit is contained in:
parent
8968ae2958
commit
f4a3b79830
@ -9,6 +9,6 @@ const binariesPath = isDev
|
|||||||
: join(dirname(appRootDir.get()), "..", "Resources", "bin");
|
: join(dirname(appRootDir.get()), "..", "Resources", "bin");
|
||||||
|
|
||||||
const execPath = path.resolve(path.join(binariesPath, "./upscayl"));
|
const execPath = path.resolve(path.join(binariesPath, "./upscayl"));
|
||||||
const modelsPath = path.resolve(path.join(binariesPath, "./models"));
|
const modelsPath = path.resolve(path.join(binariesPath, "../../models"));
|
||||||
|
|
||||||
module.exports = { execPath, modelsPath };
|
module.exports = { execPath, modelsPath };
|
||||||
|
@ -112,7 +112,7 @@ const Home = () => {
|
|||||||
onChange={handleModelChange}
|
onChange={handleModelChange}
|
||||||
>
|
>
|
||||||
<option value="realesrgan-x4plus">General Image</option>
|
<option value="realesrgan-x4plus">General Image</option>
|
||||||
<option value="realesrgan-x4plus-anime">Digital Image</option>
|
<option value="realesrgan-x4plus-anime">Digital Art</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
{/* STEP 3
|
{/* STEP 3
|
||||||
|
BIN
resources/mac/bin/upscayl
Normal file
BIN
resources/mac/bin/upscayl
Normal file
Binary file not shown.
BIN
resources/win/bin/upscayl.exe
Normal file
BIN
resources/win/bin/upscayl.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user