mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-18 17:25:13 -04:00
1. Add new options for Windows CLI mode.
2. Add tip message for 4k native disk.
This commit is contained in:
parent
e0132ac4b5
commit
4df793e021
46 changed files with 509 additions and 76 deletions
|
@ -86,9 +86,10 @@ build_func() {
|
|||
}
|
||||
|
||||
|
||||
build_func "gcc" '64' 'x86_64' 'gtk2'
|
||||
build_func "gcc" '64' 'x86_64' 'gtk3'
|
||||
|
||||
build_func "gcc" '64' 'x86_64' 'gtk2'
|
||||
|
||||
build_func "gcc -m32" '32' 'i386' 'gtk2'
|
||||
build_func "gcc -m32" '32' 'i386' 'gtk3'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue