mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert the new dev_bundle
This commit is contained in:
2
meteor
2
meteor
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUNDLE_VERSION=0.4.17
|
||||
BUNDLE_VERSION=0.4.16
|
||||
|
||||
# OS Check. Put here because here is where we download the precompiled
|
||||
# bundles that are arch specific.
|
||||
|
||||
@@ -114,11 +114,6 @@ cd $DIR
|
||||
|
||||
# mark the version
|
||||
echo "${BUNDLE_VERSION}" | Out-File .bundle_version.txt -Encoding ascii
|
||||
# replace the \r\n end-line char with \n
|
||||
# we know that the file contains only one line, so let's just remove the a[-2] char
|
||||
$a = [System.IO.File]::ReadAllBytes("${BUNDLE_VERSION}")
|
||||
$a = $a[0..($a.length - 3) + ($a.length - 1)]
|
||||
[System.IO.File]::WriteAllBytes("${BUNDLE_VERSION}", $a)
|
||||
|
||||
cd "$DIR\.."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user