Skip to content

Commit

Permalink
Move runner.sh to scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chase9 committed Apr 19, 2024
1 parent 5111101 commit 1820b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion sh.oskar.yin-yang.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"buildsystem": "simple",
"build-commands": [
"find dist -name 'yin_yang-*-py3-none-any.whl' -exec pip install --no-deps --no-build-isolation --prefix=/app {} \\;",
"install -D runner.sh /app/bin/runner.sh"
"install -D scripts/runner.sh /app/bin/runner.sh"
],
"sources": [
{
Expand Down

0 comments on commit 1820b6a

Please sign in to comment.