contrib/editmergeps.bat
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 06 May 2021 15:58:37 -0700
changeset 47214 9438e9b7321a
parent 32600 4b9b87930cb3
permissions -rw-r--r--
pyoxidizer: simplify targets The split targets existed to enable the use of a non-default distribution flavor on Windows. Modern versions of PyOxidizer use the "standalone_dynamic" distribution flavor by default. So our split brain workaround is no longer needed. Here, we unify the targets. We also remove an unreferenced target function to create a resources file. Differential Revision: https://phab.mercurial-scm.org/D10681

@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"