diff options
| author | carverh <[email protected]> | 2016-07-22 10:01:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-22 10:01:24 -0700 |
| commit | e25a0a70669253e4a4553a6d7876bc8528a99412 (patch) | |
| tree | 270c7c8c9217b3a7ae4930f5e248ee529e1a0664 /source/WindowsFormsApplication1/Online | |
| parent | b52090021ff0ae61db652e8a486cbff6732f5ec5 (diff) | |
| parent | fe4121c5411f39b4ccf702700d7681184adb538f (diff) | |
| download | shiftos-c-_theultimatehacker-shiftui_integration.tar.gz shiftos-c-_theultimatehacker-shiftui_integration.tar.bz2 shiftos-c-_theultimatehacker-shiftui_integration.zip | |
Merge pull request #2 from MichaelTheShifter/shiftui_integrationshiftui_integration
Shifter UI rewrite, fix shiftnet and spkg paths.
Diffstat (limited to 'source/WindowsFormsApplication1/Online')
| -rw-r--r-- | source/WindowsFormsApplication1/Online/Package_Grabber.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Online/Package_Grabber.cs b/source/WindowsFormsApplication1/Online/Package_Grabber.cs index addf910..854e96f 100644 --- a/source/WindowsFormsApplication1/Online/Package_Grabber.cs +++ b/source/WindowsFormsApplication1/Online/Package_Grabber.cs @@ -188,7 +188,7 @@ namespace ShiftOS Directory.CreateDirectory(downloadpath); } WebClient wc = new WebClient(); - wc.DownloadFile("http://playshiftos.ml/shiftnet/packages/" + pkgname + ".pkg", downloadpath + pkgname + ".pkg"); + wc.DownloadFile("http://releases.playshiftos.ml/shiftnet/packages/" + pkgname + ".pkg", downloadpath + pkgname + ".pkg"); LastPackage_DownloadPath = downloadpath + pkgname + ".pkg"; } catch |
