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

ghaaj/Paint3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published