Skip to content

Commit cfa0e2f

Browse files
committed
v0.7.7
1 parent 2cad501 commit cfa0e2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["panic-immediate-abort"]
22

33
[package]
44
name = "sharun"
5-
version = "0.7.6"
5+
version = "0.7.7"
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/VHSgunzo/sharun"

lib4bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ if [[ ! -d "$WRAPPE_DIR" || "$WITH_PYTHON" == 1 ]]
10571057
hook_msg "copy dri config dir..."
10581058
try_mkdir "$dst_drirc_dir"
10591059
try_cp -T "$sys_drirc_dir" "$dst_drirc_dir"
1060-
fi;;
1060+
fi ;;
10611061
*/libvulkan.so*)
10621062
sys_vk_icd_dir='/usr/share/vulkan/icd.d'
10631063
dst_vk_icd_dir="$dst_dir/share/vulkan/icd.d"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ fn main() {
872872
"drirc.d" => {
873873
let sys_drirc_dir = Path::new("/usr/share/drirc.d");
874874
if !sys_drirc_dir.exists() {
875-
env::set_var("DRIRC_CONFIGDIR", entry_path);
875+
env::set_var("DRIRC_CONFIGDIR", entry_path)
876876
}
877877
}
878878
"X11" => {

0 commit comments

Comments
 (0)