Skip to content

Commit

Permalink
windows_install.sh: set default output plugin to portaudio by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Sep 23, 2017
1 parent 047d841 commit 6b0e3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/windows_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ done
# set default gtk2 theme
touch $PREFIX/etc/gtk-2.0/settings.ini
echo -e "[Settings]\r\ngtk-theme-name = MS-Windows\n" > $PREFIX/etc/gtk-2.0/settings.ini

# set default output plugin
echo "output_plugin PortAudio output plugin" > $PREFIX/config/config

0 comments on commit 6b0e3e6

Please sign in to comment.