Skip to content

Some files and scripts for building distro for Linux users

Notifications You must be signed in to change notification settings

Cypher-Notepad/linux_distro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

linux_distro

v3.0

  1. Run the below to create deb package with executable JAR
javapackager -deploy -native deb -srcdir ./ -srcfiles Cypher-Notepad-3.0-release.jar -outdir ./ -outfile cypher-notepad-3.0-linux.deb -appclass org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader -description "The Text Editor that provides hybrid encryption" -name "Cypher Notepad" -title "A Java-based, plain-text editor with hybrid encryption." -vendor "Dong-Geon Lee" -BappVersion=3.0 -Bicon="/home/matth1996/Desktop/cn3.0/resources/encrypted_black_crop_bg.png" -Bcategory=Utility -BlicenseType="Free"
  1. Config files in DEBIAN/

  2. Re-create deb package with updated config.

dpkg-deb --build cypher-notepad-3.0 cypher-notepad-3.0-linux.deb 
  1. convert deb package into rpm package for Redhat system.
sudo alien -r --scripts cypher-notepad-3.0-linux.deb

v2.1

  1. Run the below to create deb package with executable JAR
javapackager -deploy -native deb -srcdir ./ -srcfiles Cypher-Notepad_2.1_release.jar -outdir dist -outfile test -appclass org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader -description "The Text Editor that provides hybrid encryption" -name "Cypher Notepad" -title "Edit text files with hybrid encryption" -vendor VENDOR -BappVersion=2.1 -Bicon="/home/matth1996/Cypher-Notepad/src/encrypted_black_crop_bg.png"
  1. Config files in DEBIAN/

  2. Re-create deb package with updated config.

dpkg-deb --build cypher-notepad-2.1 cypher-notepad-2.1-linux.deb 

About

Some files and scripts for building distro for Linux users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published