fix(electron-updater): Specify repo name

Since @abhishek-gaonkar built the latest release, logs from #1339 (an unrelated problem) indicate that the updater is currently broken because it attempts to fetch releases from Abhishek's fork. This should prevent that.
This commit is contained in:
Aaron Liu
2025-09-24 15:22:35 -04:00
committed by GitHub
parent b45bc9b283
commit dec49f4068

View File

@@ -198,7 +198,9 @@
"renderer/out"
],
"publish": {
"provider": "github"
"provider": "github",
"owner": "upscayl",
"repo": "upscayl"
}
},
"devDependencies": {