Skip to content

Commit e6f61c3

Browse files
committed
Use a full qualified name for SBOM generation
1 parent 3482d08 commit e6f61c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def run_sdist(args: Any) -> None:
208208

209209

210210
def run_sbom(args: Any) -> None:
211-
call(f'python ../bypy sbom --output build/kitty-{version}.tar.xz.spdx.json --url https://sw.kovidgoyal.net/kitty/binary kitty {version}')
211+
call(f'python ../bypy sbom --output build/kitty-{version}.tar.xz.spdx.json --url https://sw.kovidgoyal.net/kitty/binary kovidgoyal/{appname} {version}')
212212

213213

214214
class ReadFileWithProgressReporting(io.FileIO): # {{{

0 commit comments

Comments
 (0)