Closed cwillisf closed 5 years ago
Test builds available here: https://www.dropbox.com/sh/e7io6584a89k65k/AAAi0jOSIUcm-RbD_JRgn3SUa?dl=0
File | Description |
---|---|
ScratchLinkAPPX_1.1.9.0_AnyCPU_bundle.appxupload | Microsoft Store package |
ScratchLinkSetup-1.1.9.0.zip | Windows MSI installer (non-Store) |
mas-scratch-link-1.1.9.pkg | Mac App Store PKG |
scratch-link-1.1.9.pkg | Mac non-Store PKG |
CC @BryceLTaylor
LGTM!
I downloaded and ran the installer without worrying about my previous versions, and it worked well! After install, I searched for and ran "Scratch Link" via Spotlight and it correctly ran version:
Scratch Link 1.1.9 cf3c7a4
macOS Version 10.14.1 (Build 18B75)
Mac:
BundleIsRelocatable
so that the application always installs to the same place. This disables an often unexpected "feature" of PKG installers which causes the installer to search for any matching application anywhere on the target machine and install over that existing copy. This also means that a "newer" 1.1.x version will install over an "older" 1.2018xx.xx version.dist/
directory a bit so it's easier to tell what's intermediate and what's output.requirements.plist
file which wasn't actually being used by the build process.Windows:
I think this is the closest I can come to resolving #89 without significantly more time investment.