Skip to content

Commit

Permalink
add starter for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jan 15, 2025
1 parent 0bb1c7a commit c087815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/win/ov-client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ $(which node),bin/
$(which node.exe),bin/
# add node modules:
node_modules,bin/
# starter:
packaging/win/ovbox.bat,
src/ovbox.png,
# gtk stuff:
/ucrt64/lib/gdk-pixbuf-2.0,lib/
/ucrt64/share/glib-2.0/schemas,bin/share/glib-2.0/
Expand Down
2 changes: 2 additions & 0 deletions packaging/win/ovbox.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
start "" "bin\ovbox.exe"

0 comments on commit c087815

Please sign in to comment.