Skip to content

Commit 1d52899

Browse files
committed
fix: update pyinstaller command to collect data for rfc3987_syntax
Signed-off-by: Sai Sanjay <saisanjay7660@gmail.com>
1 parent 65ee8d1 commit 1d52899

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
[
5555
"@semantic-release/exec",
5656
{
57-
"prepareCmd": "poetry build && pyinstaller --onefile -n makim-linux-x86-64 --add-data 'src/makim/schema.json:.' src/makim/__main__.py",
57+
"prepareCmd": "poetry build && pyinstaller --collect-data rfc3987_syntax --onefile -n makim-linux-x86-64 --add-data 'src/makim/schema.json:.' src/makim/__main__.py",
5858
"publishCmd": "poetry publish"
5959
}
6060
],

poetry.lock

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)