Root Taskfile removed — `core build` auto-detects Wails projects. Platform Taskfiles in build/ retained (used by wails3 internally). Co-Authored-By: Virgil <virgil@lethean.io>
26 lines
352 B
YAML
26 lines
352 B
YAML
# Core IDE build configuration
|
|
# Used by: core build
|
|
|
|
version: 1
|
|
|
|
project:
|
|
name: core-ide
|
|
description: Core IDE - Development Environment
|
|
binary: core-ide
|
|
|
|
build:
|
|
type: wails
|
|
cgo: true
|
|
flags:
|
|
- -trimpath
|
|
ldflags:
|
|
- -s
|
|
- -w
|
|
|
|
targets:
|
|
- os: darwin
|
|
arch: arm64
|
|
- os: linux
|
|
arch: amd64
|
|
- os: windows
|
|
arch: amd64
|