Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CouchPotatoServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
CouchPotatoServer
Commits
5941d0bf
Commit
5941d0bf
authored
12 years ago
by
Ruud
Browse files
Options
Downloads
Patches
Plain Diff
Add version to update url
parent
d326c1c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Desktop.py
+2
-1
2 additions, 1 deletion
Desktop.py
with
2 additions
and
1 deletion
Desktop.py
+
2
−
1
View file @
5941d0bf
from
esky.util
import
appdir_from_executable
#@UnresolvedImport
from
esky.util
import
appdir_from_executable
#@UnresolvedImport
from
threading
import
Thread
from
threading
import
Thread
from
version
import
VERSION
from
wx.lib.softwareupdate
import
SoftwareUpdate
from
wx.lib.softwareupdate
import
SoftwareUpdate
import
os
import
os
import
sys
import
sys
...
@@ -165,7 +166,7 @@ class CouchPotatoApp(wx.App, SoftwareUpdate):
...
@@ -165,7 +166,7 @@ class CouchPotatoApp(wx.App, SoftwareUpdate):
def
OnInit
(
self
):
def
OnInit
(
self
):
# Updater
# Updater
base_url
=
'
http://couchpota.to/updates/
'
base_url
=
'
http://couchpota.to/updates/
%s/
'
%
VERSION
self
.
InitUpdates
(
base_url
,
base_url
+
'
changelog.html
'
,
self
.
InitUpdates
(
base_url
,
base_url
+
'
changelog.html
'
,
icon
=
wx
.
Icon
(
'
icon.png
'
))
icon
=
wx
.
Icon
(
'
icon.png
'
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment