Skip to content

Commit 3e8aca6

Browse files
committed
fix: use standard zip fmt
Signed-off-by: Lessica <[email protected]>
1 parent ef44e84 commit 3e8aca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devkit/tipa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cp -rp $THEOS_STAGING_DIR$THEOS_PACKAGE_INSTALL_PREFIX/Applications/TrollFools.a
99
chmod 0644 $THEOS_STAGING_DIR/Payload/TrollFools.app/Info.plist
1010

1111
cd $THEOS_STAGING_DIR
12-
7z a -tzip -mm=LZMA TrollFools_$VERSION-$BUILD_NUMBER.tipa Payload
12+
7z a -tzip TrollFools_$VERSION-$BUILD_NUMBER.tipa Payload
1313
cd -
1414

1515
cp -p $THEOS_STAGING_DIR/TrollFools_$VERSION-$BUILD_NUMBER.tipa packages

0 commit comments

Comments
 (0)