mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-18 01:52:35 +00:00
Minor TODO
This commit is contained in:
parent
4df9586e37
commit
49b460e580
@ -22,6 +22,8 @@ fn main() {
|
|||||||
fs::copy(&path, &out_file).unwrap();
|
fs::copy(&path, &out_file).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: check the hash of the files to make sure that they are not altered
|
||||||
|
|
||||||
// setting permissions of the executable
|
// setting permissions of the executable
|
||||||
{
|
{
|
||||||
#[cfg(linux)] fn permissions() -> Option<Permissions> {
|
#[cfg(linux)] fn permissions() -> Option<Permissions> {
|
||||||
|
Loading…
Reference in New Issue
Block a user