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

Latest commit

 

History

History
52 lines (42 loc) · 1.89 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.89 KB

Paint3D

R.I.P. Paint 3D 🕊

Install

Download from this repository

Download the version of the package you want to install from the packages directory and then double-click to install the .appxbundle package. (.BlockMap files are not needed.)

Version 2023.2310.24037.0 or earlier is recommended because later versions have the problem that the "Open with" context menu is missing/broken.

Download directly from dl.delivery.mp.microsoft.com

  1. Clone this repository and clean up the packages directory

     git clone https://github.com/ghaaj/Paint3D.git
     cd Paint3D
     rm packages/*
  2. Install dependencies

  3. Start the FlareSolverr server

    export FLARESOLVERR_PORT=8191
    docker run -d --rm \
      --name=flaresolverr \
      -p $FLARESOLVERR_PORT:8191 \
      -e LOG_LEVEL=info \
      --restart unless-stopped \
      ghcr.io/flaresolverr/flaresolverr:latest
  4. Compile and run fetch-packages.ab

    You can edit requests.json to customize the packages to download.

    amber ./fetch-packages.ab ./fetch-packages.sh
    ./fetch-packages.sh ./requests.json

Dependencies

Additional information

  • The .appxbundle file is a ZIP archive
  • The .BlockMap file is a CAB archive