mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
fix: compile error
This commit is contained in:
parent
36b76933fc
commit
4943a671e0
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ unsafe fn create_temp_file() -> Option<StackPath> {
|
|||
}
|
||||
|
||||
// replace extension
|
||||
PathRenameExtensionW(temp.as_ptr(), w!(".exe"));
|
||||
PathRenameExtensionW(temp.as_mut_ptr(), w!(".exe"));
|
||||
|
||||
Some(name)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue