first commit

This commit is contained in:
ryan
2026-02-06 14:22:35 +07:00
commit bd70440c71
185 changed files with 69518 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
@echo off
echo Building CareIt for Windows (Bypassing Signing)...
:: Set environment variables to disable calling winCodeSign
set CSC_IDENTITY_AUTO_DISCOVERY=false
set WIN_CSC_LINK=
set WIN_CSC_KEY_PASSWORD=
:: Clean previous build
if exist dist rmdir /s /q dist
:: Run build
call npm run electron:build