Skip to content

Commit

Permalink
artcnn: Fix pre_install
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Nov 3, 2024
1 parent b689246 commit d9b5b56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bucket/artcnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "MIT",
"url": "https://codeload.github.com/Artoriuz/ArtCNN/zip/refs/heads/main#/_.zip",
"hash": "5ec1de9ed58c76f3b82f291bfc9f3fe4d3e8c5ba111407fba5ef115dcb4f693d",
"extract_dir": "ArtCNN-main",
"pre_install": "Get-ChildItem \"$dir\" -Exclude *.glsl | Remove-Item -Recurse",
"extract_dir": "ArtCNN-main/GLSL",
"checkver": {
"script": "try { Get-Date (Invoke-RestMethod https://api.github.com/repositories/744206798/commits)[0].commit.committer.date -UFormat %s } catch { '' }",
"regex": "\\A(\\d+)\\Z"
Expand Down

0 comments on commit d9b5b56

Please sign in to comment.