diff --git a/compilation.sh b/compilation.sh index b7061d7..d4c78e6 100755 --- a/compilation.sh +++ b/compilation.sh @@ -39,8 +39,6 @@ cmake --build build mkdir -p $workdir/result/ DESTDIR=$workdir/result/ cmake --install build cd $workdir/result/ -#rm -rf librewolf-allow-dark/ -#mv result/ librewolf-allow-dark/ apt install zstd -y tar --zstd -cf $built_dir/$program_name.tar.zst . echo $version >$version_file