mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
Refactor: Remove unused frontend files and clean up build scripts
- Deleted obsolete TypeScript and JavaScript files related to Wails bindings. - Removed package.json and runtime files for the frontend. - Updated build.bat to change link mode from internal to external. - Added a new clean.bat script to streamline the cleanup process for build artifacts and cache. - Removed temporary executable and unnecessary frontend directories.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ if %ERRORLEVEL% NEQ 0 (
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
wails build -clean -ldflags "-linkmode internal -X main.AppVersion=!APP_VERSION!" -skipbindings
|
||||
wails build -clean -ldflags "-linkmode external -X main.AppVersion=!APP_VERSION!" -skipbindings
|
||||
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user