2019-07-29 21:19:07 +08:00
|
|
|
option('compile_app', type: 'boolean', value: true, description: 'Build the client')
|
|
|
|
option('compile_server', type: 'boolean', value: true, description: 'Build the server')
|
2018-02-15 18:28:19 +08:00
|
|
|
option('prebuilt_server', type: 'string', description: 'Path of the prebuilt server')
|
2019-10-31 06:40:10 +08:00
|
|
|
option('portable', type: 'boolean', value: false, description: 'Use scrcpy-server from the same directory as the scrcpy executable')
|
2019-11-04 02:31:56 +08:00
|
|
|
option('server_debugger', type: 'boolean', value: false, description: 'Run a server debugger and wait for a client to be attached')
|
2020-03-20 02:15:43 +08:00
|
|
|
option('server_debugger_method', type: 'combo', choices: ['old', 'new'], value: 'new', description: 'Select the debugger method (Android < 9: "old", Android >= 9: "new")')
|