Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayve authored and Dayve committed Aug 30, 2016
2 parents 0ce2103 + fa04be1 commit 231ac39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Launch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,8 @@ function launch:OnFrame()
end

function launch:OnKeyDown(key, doubleClick)
if key == "F5" then
if self.devMode then
self.doRestart = "Restarting..."
end
if key == "F5" and self.devMode then
self.doRestart = "Restarting..."
elseif key == "u" and IsKeyDown("CTRL") then
if not self.devMode then
self:CheckForUpdate()
Expand Down
6 changes: 3 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<PoBVersion>
<Version number="1.0.0"/>
<Source part="program" url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/"/>
<Source url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/runtime-win32.zip" part="runtime" platform="win32"/>
<File sha1="3b829b912c1a86e71a473e977c70785ed3661ccf" name="Launch.lua" part="program"/>
<Source part="program" url="file://localhost/E:/Lua/PathOfBuilding/dev/"/>
<Source url="file://localhost/E:/Lua/PathOfBuilding/dev/runtime-win32.zip" part="runtime" platform="win32"/>
<File sha1="61015c55ce37b065d24a70cf3f35ed3f66f5cb7b" name="Launch.lua" part="program"/>
<File sha1="769b039de92cbad79837d7522991afd8801f4d2a" name="UpdateCheck.lua" part="program"/>
<File sha1="4f17937f2b37784e169a3792b235f2a0a3961e61" name="UpdateApply.lua" part="program"/>
<File sha1="e224aa616614ec9c1e82bf1de31cf03332237fba" name="Classes/BuildListControl.lua" part="program"/>
Expand Down

0 comments on commit 231ac39

Please sign in to comment.