Releases: LanceMcCarthy/RemixDownloader
Release-15
Console App
Self-contained .NETCore 2.2 Console application. See runtime result here: https://imgur.com/gallery/FouC8Pr
Download
Download and extract the appropriate build for your platform.
- Windows
- x64
- ARM
- Mac OS
- x64
- Linux
- x64
- ARM
Operation
Windows
- Run (or double click) the
RemixDownloader.Console.exe
.
MacOS or Linux
- Open Terminal or Bash
- Navigate to the folder you extracted the download.
- Enter the following command
./RemixDownloader.Console
.
Important
Depending on your platform, you may need to first "unblock" the downloaded ZIP before extracting it. This is a security measure by your operating system to prevent internet-based assemblies from running without your permission.
Here's what the looks like on Windows:
Changes:
- bf02150 Merge pull request #25 from LanceMcCarthy/dev
- 85a70b6 FEATURE - Added support for Boards
- 56aeec1 Update README.md
- 408f349 Created shared gltf helpers class and switched usage
- 2a253ac Submitted 2019.824.3 to Microsoft Store
- a1248e4 Repair invalid package signing
- bd7b182 Packaged for Microsoft Store
This list of changes was auto generated.
Release-7
Console App
Self-contained .NETCore 2.2 Console application. See runtime result here: https://imgur.com/gallery/FouC8Pr
Download
Download and extract the appropriate build for your platform.
- Windows
- x64
- ARM
- Mac OS
- x64
- Linux
- x64
- ARM
Operation
Windows
- Run (or double click) the
RemixDownloader.Console.exe
.
MacOS or Linux
- Open Terminal or Bash
- Navigate to the folder you extracted the download.
- Enter the following command
./RemixDownloader.Console
.
Important
Depending on your platform, you may need to first "unblock" the downloaded ZIP before extracting it. This is a security measure by your operating system to prevent internet-based assemblies from running without your permission.
Here's what the looks like on Windows:
Changes:
- a15db8d Merge pull request #23 from LanceMcCarthy/dev
- 61aa5a3 Disabled explicit PFX Signing
- 05770cb Update version numbers in preparation for release
- 26dcb10 Applied Issac's (@parrotmac) improvements to the UWP app
- b5d8fa3 Added packages signing details to UWP app
- 57afc65 Small clean up, deleted releasenotes file
- b3deed9 Update RemixDownloader.Uwp.csproj
- 91d9a8e Merge pull request #22 from LanceMcCarthy/dev
- d709b53 Updated signing certificate thumbprint
- 3226dc5 Merge pull request #21 from LanceMcCarthy/dev
See more
- 1d0ab37 Bumped version to 2019.822.1
- 3622ed8 Resolve #15 - Trim UserID
- ee8f58e Merge pull request #20 from parrotmac/download-gltf-resources
- 2b4fe16 Download glTF resources
- fcf2323 Merge pull request #18 from LanceMcCarthy/dev
- 86fe3f3 Bumped version number
- d98d4d5 Added try-catch to handle #17
- 7d73af1 Update README.md
This list of changes was auto generated.
Console v1.0
Self-contained .NETCore 2.2 Console application. See runtime result here: https://imgur.com/gallery/FouC8Pr
Download
Download and extract the appropriate build for your platform.
- Windows
- x64
- ARM
- Mac OS
- x64
- Linux
- x64
- ARM
Operation
Windows
- Run (or double click) the
RemixDownloader.Console.exe
.
MacOS or Linux
- Open Terminal or Bash
- Navigate to the folder you extracted the download.
- Enter the following command
./RemixDownloader.Console
.
Important
Depending on your platform, you may need to first "unblock" the downloaded ZIP before extracting it. This is a security measure by your operating system to prevent internet-based assemblies from running without your permission.
Here's what the looks like on Windows:
UWP App (x86)
UWP Installation Instructions
Option 1
If you're a UWP developer and have the dependencies installed, just download the appxbundle file and double click it.
Option 2
If you do not have the dependencies installed, take these steps instead:
- Download the ZIP folder and extract it
- Right click on the
Add-AppDevPackage.ps1
file and select Run with PowerShell - Follow the steps in Powershell (Enter
R
orA
to trust my code signing certificate)
Notes:
- You can delete the appxbundle file after you're done installing.
- Because you're side-loading the app, the first time you install you may be asked to accept and trust my
Lancelot Software LLC
DigiCert code signing certificate. You will not have to take this step when installing updates.