Files
mac/nightcord-install.bat
2026-05-31 01:55:36 +02:00

6 lines
227 B
Batchfile

@echo off
:: Wrapper .bat pour lancer nightcord-install.ps1 facilement (double-clic)
title Nightcord — Installation
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0nightcord-install.ps1"
if %errorlevel% neq 0 pause