-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.hl
More file actions
25 lines (24 loc) · 754 Bytes
/
build.hl
File metadata and controls
25 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// cargo
// crystal
// flutter
// npm
> npm install && npm run build
> cd launcher && crystal build src/main.cr --release && mv main blue && cd ..
; > cd apps
; > cd blue-code
; > flutter create . && flutter build linux && cd ..
; > cd blue-music
; > flutter create . && flutter build linux && cd ..
; > cd blue-video
; > flutter create . && flutter build linux && cd ..
; > cd blue-gallery
; > flutter create . && flutter build linux && cd ..
; > cd blue-screenshot
; > flutter create . && flutter build linux && cd ..
; > cd blue-virt
; > flutter create . && flutter build linux && cd ..
; > cd blue-archive
; > flutter create . && flutter build linux && cd ..
; > cd blue-backup
; > flutter create . && flutter build linux && cd ..
; build apps ^^^^