mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +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");
|
||||
|
||||
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 };
|
||||
|
@ -112,7 +112,7 @@ const Home = () => {
|
||||
onChange={handleModelChange}
|
||||
>
|
||||
<option value="realesrgan-x4plus">General Image</option>
|
||||
<option value="realesrgan-x4plus-anime">Digital Image</option>
|
||||
<option value="realesrgan-x4plus-anime">Digital Art</option>
|
||||
</select>
|
||||
</div>
|
||||
{/* 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…
Reference in New Issue
Block a user