Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Releases: LanceMcCarthy/RemixDownloader

Release-15

29 Aug 01:06
bf02150
Compare
Choose a tag to compare

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

  1. Run (or double click) the RemixDownloader.Console.exe.

MacOS or Linux

  1. Open Terminal or Bash
  2. Navigate to the folder you extracted the download.
  3. 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:

image

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

24 Aug 21:16
a15db8d
Compare
Choose a tag to compare

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

  1. Run (or double click) the RemixDownloader.Console.exe.

MacOS or Linux

  1. Open Terminal or Bash
  2. Navigate to the folder you extracted the download.
  3. 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:

image

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

This list of changes was auto generated.

Console v1.0

02 Aug 14:31
2e84698
Compare
Choose a tag to compare

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

  1. Run (or double click) the RemixDownloader.Console.exe.

MacOS or Linux

  1. Open Terminal or Bash
  2. Navigate to the folder you extracted the download.
  3. 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:

image

UWP App (x86)

31 Jul 18:50
cb88963
Compare
Choose a tag to compare

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:

  1. Download the ZIP folder and extract it
  2. Right click on the Add-AppDevPackage.ps1 file and select Run with PowerShell
  3. Follow the steps in Powershell (Enter R or A 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.