mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
5 lines
155 B
Batchfile
5 lines
155 B
Batchfile
@echo off
|
|
echo === Building Safe Chain Installer for Windows ===
|
|
echo TODO: Implement Windows installer build
|
|
echo This is a placeholder script.
|
|
exit /b 0
|