0.4.1.0
This commit is contained in:
BIN
Rollup.app.zip
BIN
Rollup.app.zip
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Rollup
|
// Rollup
|
||||||
|
|
||||||
$version = file_get_contents(__DIR__."/version.txt");
|
$version = file_get_contents(__DIR__."/current_version.txt");
|
||||||
|
|
||||||
// Includes
|
// Includes
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ switch (@$argv[0]) {
|
|||||||
}
|
}
|
||||||
die;
|
die;
|
||||||
case "Check for Updates...":
|
case "Check for Updates...":
|
||||||
$curr_version = @file_get_contents("https://www.profiteroles.org/git/p/Rollup/raw/master/current_version.txt");
|
$curr_version = file_get_contents("https://www.profiteroles.org/git/p/Rollup/raw/master/current_version.txt");
|
||||||
if (!$curr_version) {
|
if (!$curr_version) {
|
||||||
echo "\nALERT:Can't connect|Error checking for latest version\n";
|
echo "\nALERT:Can't connect|Error checking for latest version\n";
|
||||||
die;
|
die;
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
<string>profiteroles</string>
|
<string>profiteroles</string>
|
||||||
<key>BundledFiles</key>
|
<key>BundledFiles</key>
|
||||||
<array>
|
<array>
|
||||||
|
<string>/Volumes/Code/Rollup/master/current_version.txt</string>
|
||||||
|
<string>/Volumes/Code/Rollup/master/MainMenu.nib</string>
|
||||||
<string>/Volumes/Code/Rollup/master/functions.php</string>
|
<string>/Volumes/Code/Rollup/master/functions.php</string>
|
||||||
<string>/Volumes/Code/Rollup/master/prefs.php</string>
|
|
||||||
<string>/Volumes/Code/Rollup/master/Rollup.php</string>
|
<string>/Volumes/Code/Rollup/master/Rollup.php</string>
|
||||||
<string>/Volumes/Code/Rollup/master/RollupPrefs.php</string>
|
<string>/Volumes/Code/Rollup/master/RollupPrefs.php</string>
|
||||||
<string>/Volumes/Code/Rollup/master/version.txt</string>
|
<string>/Volumes/Code/Rollup/master/prefs.php</string>
|
||||||
<string>/Volumes/Code/Rollup/master/MainMenu.nib</string>
|
|
||||||
<string>/Volumes/Code/Rollup/bin</string>
|
<string>/Volumes/Code/Rollup/bin</string>
|
||||||
</array>
|
</array>
|
||||||
<key>Creator</key>
|
<key>Creator</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user