Closed milahu closed 2 years ago
when i package tg-archive with the nix package manager the example files in result/lib/python3.9/site-packages/tgarchive/example/ are read only
result/lib/python3.9/site-packages/tgarchive/example/
when i run tg-archive --new, the files in example/ are still read only
tg-archive --new
example/
$ find example/ | xargs stat -c"%a %n" 555 example/ 444 example/rss_template.html 444 example/config.yaml 444 example/template.html 555 example/static 444 example/static/thumb.png 444 example/static/main.js 444 example/static/style.css 444 example/static/logo.svg 444 example/static/favicon.png
solution https://stackoverflow.com/a/2853934/10440128
when i package tg-archive with the nix package manager the example files in
result/lib/python3.9/site-packages/tgarchive/example/
are read onlywhen i run
tg-archive --new
, the files inexample/
are still read onlysolution https://stackoverflow.com/a/2853934/10440128