Skip to content

Commit

Permalink
Point jpd236 fork to its own releases for auto update testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 committed Feb 18, 2020
1 parent 95f4d3a commit 26c1953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/packages_template.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
xword = {
download = "https://github.com/mrichards42/xword/releases/download/{VERSION}/{OS_FILE}",
download = "https://github.com/jpd236/xword/releases/download/{VERSION}/{OS_FILE}",
name = "XWord",
version = "{VERSION}",
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/xword/pkgmgr/updater/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if not task.is_main then return P end

-- Check for an update. Callback is called after the task executes
local osname = wx.__WXMSW__ and 'windows' or wx.__WXMAC__ and 'mac' or 'linux'
P.packages_url = "https://mrichards42.github.io/xword/packages_"..osname..".lua"
P.packages_url = "https://jpd236.github.io/xword/packages_"..osname..".lua"

function P.CheckForUpdates(callback)
-- Make sure we have a directory for the updates file
Expand Down

0 comments on commit 26c1953

Please sign in to comment.