1
0
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:
Suvojit Ghosh 2022-08-26 11:45:50 +05:30
parent 8968ae2958
commit f4a3b79830
16 changed files with 2 additions and 2 deletions

View File

@ -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 };

View File

@ -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

Binary file not shown.

Binary file not shown.