Skip to content

Commit f3c3c0a

Browse files
release v1
1 parent f1f1bbc commit f3c3c0a

File tree

11 files changed

+111
-993
lines changed

11 files changed

+111
-993
lines changed

Builds/QDarkStyleSheet/qdarkstyle/style.qss

Lines changed: 30 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Builds/build-mumble-dark.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
set SCRIPT_DIR=mumble-theme
2+
set PATH=%PATH%;C:\Users\Prince\Downloads\Compressed\qtsass_0.2.2_win64;
3+
pushd %SCRIPT_DIR%\source
4+
qtsass -o ../Dark.qss Dark.scss
5+
popd
26
make-resource.py -base-dir %SCRIPT_DIR%\ -find-files -output mumble-dark -style dark.qss

Builds/build-mumble-lite.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
set SCRIPT_DIR=mumble-theme
2+
set PATH=%PATH%;C:\Users\Prince\Downloads\Compressed\qtsass_0.2.2_win64;
3+
pushd %SCRIPT_DIR%\source
4+
qtsass -o ../Lite.qss Lite.scss
5+
popd
26
make-resource.py -base-dir %SCRIPT_DIR%\ -find-files -output mumble-lite -style lite.qss

0 commit comments

Comments
 (0)