Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
pling-store-development
Commits
97481afd
Verified
Commit
97481afd
authored
Aug 30, 2019
by
azubieta
Browse files
setFeedUrl
parent
b59b5df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/main.js
View file @
97481afd
...
...
@@ -10,6 +10,8 @@ const {autoUpdater} = require("electron-updater")
autoUpdater
.
logger
=
require
(
"
electron-log
"
)
autoUpdater
.
logger
.
transports
.
file
.
level
=
"
info
"
autoUpdater
.
setFeedURL
({
"
provider
"
:
"
generic
"
,
"
url
"
:
"
https://www.opencode.net/azubieta/pling-store/-/jobs/artifacts/master/raw/build_pling-store/pling-store-master-x86_64.AppImage.zsync?job=appimage
"
})
// Set configs dir
app
.
setPath
(
"
userData
"
,
app
.
getPath
(
"
appData
"
)
+
"
/OCS-Store
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment