Skip to content
Snippets Groups Projects
  1. Oct 22, 2013
  2. Feb 25, 2013
    • Nat Goodspeed's avatar
      MAINT-2155, DRTVWR-278: Make Mac updater honor app bundle name in .dmg. · fbb9bf89
      Nat Goodspeed authored
      If you run "/Applications/Second Life Beta Materials.app", and the version
      manager directs you to update to a .dmg containing a release candidate whose
      app bundle name is "Second Life Viewer.app", update_install.py used to copy
      the contents of "Second Life Viewer.app" into "/Applications/Second Life Beta
      Materials.app". Changed it so that if the application bundle name differs, we
      leave the running app bundle alone, installing instead to the app bundle name
      from the .dmg.
      fbb9bf89
  3. Feb 22, 2013
  4. Jan 08, 2013
  5. Jan 05, 2013
    • Nat Goodspeed's avatar
      MAINT-2155: replace embedded mac-updater.app with a Python script. · 840cb864
      Nat Goodspeed authored
      Remove mac-updater subtree from viewer source, along with the
      update_install bash script that invoked it. Remove all mention of mac-updater
      in CMakeLists.txt files and in viewer_manifest.py.
      Change Mac update_install bash script references in viewer_manifest.py and in
      llupdaterservice.cpp (which invokes it) to new Python update_install.py.
      Add update_install.py, messageframe.py (which puts up some Tkinter UI) and
      janitor.py (cloned from vita, it's exactly what we need here).
      840cb864
Loading