Skip to content

Commit 761a639

Browse files
committed
minor v0.9.12
1 parent 7895d41 commit 761a639

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### Change Log
2+
*( 2018/06/27 ) v0.9.12*
3+
- Makefile: changed 'sh' to 'bash' prefix in command line on user clever comment.
4+
25
*( 2018/04/24 ) v0.9.11*
36
- Add a options config file editable by nvidia-prime-ui because some users seems to have big trouble with grub config. Options file default sample is send with comment.
47
- options are :
@@ -12,7 +15,6 @@
1215
- Review xrandr auto config section to add offline displays at session manager start when nvidia option is set.
1316
- Add a report.sample in markdown to fill in issue reports.
1417

15-
1618
*( 2018/04/22 ) v0.9.10*
1719
- Nvidia-prime-select was untested on multi display. It appeared that actual xrandr detection and sets failed, also display.prime was needed more delay before lauching because of xramdr monitors.xml file sets conflict.
1820
- Above is fixed (hopefully), there's still a strange wallpaper behaviour diplayed in double on my laptop desktop. Please, report if you have the same issue.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
install -Dm644 -t /usr/share/applications/ nvidia-prime-ui.desktop
2222
install -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-select.policy
2323
install -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-editor.policy
24-
sh ./changelog.sh
24+
bash ./changelog.sh
2525

2626
update:
2727
# sh ./changelog.sh
@@ -37,7 +37,7 @@ update:
3737
install -Dm644 -t /usr/share/applications/ nvidia-prime-ui.desktop
3838
install -C -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-select.policy
3939
install -C -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-editor.policy
40-
sh ./changelog.sh
40+
bash ./changelog.sh
4141

4242
uninstall:
4343
rm -rf $(INSTALL_DIR)

0 commit comments

Comments
 (0)