Skip to content

Commit f26d6a0

Browse files
committed
Update repack.py
1 parent 4a26e2b commit f26d6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def get_package_swift() -> str:
55
text = rf.read()
66
return text
77

8-
with open("Package.swift", "r") as f:
8+
with open("Package.swift", "w") as f:
99
old = "PythonSwiftLink/PythonCore"
1010
new = "KivySwiftLink/PythonCore"
1111
package_text = get_package_swift().replace(old, new)

0 commit comments

Comments
 (0)