Mercurial > hg > sonic-visualiser
annotate repoint.bat @ 1971:7496836f8f27 c++14
Attempt to update AppImage and Travis build files for c++14
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 11:45:51 +0100 |
parents | adc8a48f4e4c |
children |
rev | line source |
---|---|
Chris@1808 | 1 @echo off |
Chris@1808 | 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"; |
Chris@1808 | 3 |