Class: Releasy::Packagers::Exe
- Defined in:
- lib/releasy/packagers/exe.rb
Overview
Windows self-extracting archive.
If not on Windows, run “releasy install-sfx” after installing 7z, before you can use this.
Constant Summary collapse
- TYPE =
:exe
- DEFAULT_EXTENSION =
".exe"
- SFX_NAME =
"7z.sfx"
- SFX_FILE =
File.("../../../../bin/#{SFX_NAME}", __FILE__)
Constants inherited from Packager
Constants included from Mixins::Log
Mixins::Log::DEFAULT_LOG_LEVEL, Mixins::Log::LOG_LEVELS
Instance Attribute Summary
Attributes inherited from Packager
Method Summary
Methods inherited from Packager
Methods included from Mixins::Log
Constructor Details
This class inherits a constructor from Releasy::Packagers::Packager