mirror of
https://github.com/upscayl/upscayl.git
synced 2026-02-19 11:55:37 -05:00
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:
@@ -198,7 +198,9 @@
|
||||
"renderer/out"
|
||||
],
|
||||
"publish": {
|
||||
"provider": "github"
|
||||
"provider": "github",
|
||||
"owner": "upscayl",
|
||||
"repo": "upscayl"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user