1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: add macos_tray example app (#15101)

This commit is contained in:
Zhomart Mukhamejanov
2022-07-17 23:42:45 -07:00
committed by GitHub
parent 5462d4aebf
commit c1502b3c1f
5 changed files with 206 additions and 0 deletions

View File

@ -198,6 +198,9 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
skip_files << 'examples/sokol/sounds/wav_player.v'
skip_files << 'examples/sokol/sounds/simple_sin_tones.v'
}
$if !macos {
skip_files << 'examples/macos_tray/tray.v'
}
}
vargs := _vargs.replace('-progress', '').replace('-progress', '')
vexe := pref.vexe_path()