Skip to content

Commit

Permalink
Updates to Version 2016.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobAMason committed Oct 22, 2016
1 parent 6f5e21d commit 926a8c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android-Studio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2016.2
2016.3
2 changes: 1 addition & 1 deletion App-Inventor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2016.2
2016.3
4 changes: 2 additions & 2 deletions buildtools/build-app-inventor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ check-hash $sha512 $localfile "d7-0f-c9-7d-66-bf-4f-cc-8b-77-b7-15-11-b5-e6-ae-2

echo ""
$localfile = "appinventor-sources.zip"
download-file "MIT App Inventor" $localfile "https://github.com/lizlooney/appinventor-sources/archive/future.zip"
download-file "MIT App Inventor" $localfile "https://github.com/lizlooney/appinventor-sources/archive/ftc_v2.35_20161006.zip"

$localfile = "appinventor-sources\appinventor\buildserver\src\com\google\appinventor\buildserver\"
if (!(Test-Path $localfile)) {
Expand All @@ -99,7 +99,7 @@ if (!(Test-Path $localfile)) {
$zipPackage = $shellApplication.NameSpace((Get-Location).Path + "\appinventor-sources.zip")
$destinationFolder = $shellApplication.NameSpace((Get-Location).Path)
$destinationFolder.CopyHere($zipPackage.items(), 20)
Rename-Item "$((Get-Location).Path)\appinventor-sources-future" "appinventor-sources"
Rename-Item "$((Get-Location).Path)\appinventor-sources-ftc_v2.35_20161006" "appinventor-sources"
} else {
Write-Color -Text "Zip appears to have already been extracted" -Color "green"
}
Expand Down

0 comments on commit 926a8c4

Please sign in to comment.