Closed berndmoos closed 1 year ago
@Herrner : there are PHP scripts under "updater", like so:
<?
// partitur editor updates
// name = version name
// numeric = numeric value to compare versions
// file = direct download link
// url = link to download page
// note = remark
$ver["current"]["name"]="@current@";
$ver["current"]["numeric"]="@currentnumeric@";
$ver["current"]["file"]="";
$ver["current"]["url"]="http://www.exmaralda.org/downloads.html";
$ver["current"]["note"]="two different versions for ppc or intel macs";
$ver["latest"]["name"]="@latest@";
$ver["latest"]["numeric"]="@latestnumeric@";
$ver["latest"]["file"]="";
$ver["latest"]["url"]="http://www.exmaralda.org/previews2.html";
$ver["latest"]["note"]="two different versions for ppc or intel macs";
?>
Do we still need them?
Today's preview is for every one! Windows, MAC OS, Linux, Atari, Kon-Tiki, all previews have been updated.
Much of it done. Big test: can I build a preview from another machine?
On the MAC: get rid of "The command attribute is deprecated"
On the MAC, Change jpackage type from "app-image" to "dmg" and then...
?
:-o
Tis now a heaven of order and righteousness
This is mainly about things currently under "templates". Some scripts/templates/icon files could simply go to some appropriate place in or near the code. Binaries (like JRE, InnoSetup) have to go somewhere else completely. Some binaries (JSmoooth, Java ApplicationStubs?) are not needed anymore. Also, a lot of Java and native libraries (FOBS and SUN JMF, CocoaQT, Quaqua) can go.