Skip to content

Releases: eflanili7881/AdobeRepackerAndInstallerScript

v0.3.0-hd-win rc

09 Dec 12:57
5665858

Choose a tag to compare

  • Provided ability to specify Adobe media folder in script.
  • Requires several edits via text editing software.
  • Added support for changing compress ratio.
    • Enter 5 if you unsure about it.
  • "packages" folder for HyperDrive-based applications can now be repacked.
  • For this, jumping to rc branch!

v0.3.0.1-ribs-mac-zipwdmgcmpnts rc

27 Nov 16:15
b046eba

Choose a tag to compare

  • Removed unnecessary variables from recompress_payloads section.

v0.3.0-ribs-mac-zipwdmgcmpnts rc

27 Nov 12:00
b10249c

Choose a tag to compare

  • Added support for DMG-based components that's on ZIP-based installers (i.e. Adobe After Effects CC 2015).

v0.3.0.1-ribs-mac-zip rc

27 Nov 16:14
b046eba

Choose a tag to compare

  • Removed unnecessary variables from recompress_payloads section.

v0.3.0-ribs-mac-zip rc

26 Nov 19:14
36d9fd7

Choose a tag to compare

  • Provided ability to specify Adobe media folder in script.
  • Requires several edits via text editing software.
  • Copies Install.app, packages, payloads folders via rsync.
    • Exclusion text file generated via script.
  • It currently doesn't delete temporary installer generated in $adobetempinstaller that's inside on home folder. It will be changed in a future release.
    • Maybe I can put a condition to preserve packed installer (pressing Y) or to delete it (pressing N).
  • For this, jumping to rc branch!

v0.3.0.2-ribs-mac-dmg rc

26 Nov 18:13
691ccbe

Choose a tag to compare

  • Fixed test-leftover stuff.
    • Only removed "read -n 1" after copying files via rsync finishes. Nothing more.

v0.3.0.1-ribs-mac-dmg rc

26 Nov 17:33
fd30d70

Choose a tag to compare

  • Fixed forgotten instruction for reimaging text files.
    • It's about making empty line end of the script.

v0.3.0-ribs-mac-dmg rc

26 Nov 17:10
707f01f

Choose a tag to compare

  • Provided ability to specify Adobe media folder in script.
  • Requires several edits via text editing software.
  • Copies Install.app, packages, payloads folders via rsync.
    • Exclusion text file generated via script.
  • It currently doesn't delete temporary installer generated in $adobetempinstaller that's inside on home folder. It will be changed in a future release.
    • Maybe I can put a condition to preserve packed installer (pressing Y) or to delete it (pressing N).
  • For this, jumping to rc branch!

v0.3.0-hd-mac rc

11 Mar 09:04
bf479d7

Choose a tag to compare

  • Provided ability to specify Adobe media folder in script.
  • Provided ability to specify 7-Zip binary in script.
  • Requires 2 edits via TextEdit.
  • Copies Install.app, products, packages, resources folders via rsync.
    • Exclusion text file generated via script.
    • Currently, you can change "packages" to "common" to install with newer HyperDrive engine. This will be updated in a future release.
  • It currently doesn't delete temporary installer generated in $adobetempinstaller that's inside on home folder. It will be changed in a future release.
    • Maybe I can put a condition to preserve packed installer (pressing Y) or to delete it (pressing N).
  • For this, jumping to rc branch!

v0.2.0-ribs-win beta

08 Jun 05:53
453ebca

Choose a tag to compare

  • Improved text file creation.
    • Per text file, copy first line to one below to avoid an anomaly. On first command, i.e. payloads turns into ´╗┐payloads. But rest of the command processing was fine after first line of every text file.