This commit is contained in:
2019-09-30 01:22:03 -07:00
parent 986e730ab3
commit 178e2fb0fb
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -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;

View File

@@ -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>