Skip to content

Commit 420698a

Browse files
committed
v1.4.2
1 parent feed773 commit 420698a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

r0c/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 4, 1)
1+
VERSION = (1, 4, 2)
22
BUILD_DT = (2023, 5, 19)
33

44
S_VERSION = u".".join(map(str, VERSION))

scripts/rls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ f=~/dev/r0c/dist/r0c.py
2626
min=999999
2727
while true; do
2828
./make-sfx.sh
29-
s=$(stat -c%s $f)
29+
s=$(stat -c%s $f || gstat -c%s $f)
3030
[ $s -lt $min ] ||
3131
continue
3232

scripts/sfx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def unpack():
263263
opj = os.path.join
264264
ofe = os.path.exists
265265
final = opj(top, name)
266-
san = opj(final, "copyparty/up2k.py")
266+
san = opj(final, "site-packages/r0c/ivt100.py")
267267
for suf in range(0, 9001):
268268
withpid = "{0}.{1}.{2}".format(name, os.getpid(), suf)
269269
mine = opj(top, withpid)

0 commit comments

Comments
 (0)