Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wide refactoring #234

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Wide refactoring #234

wants to merge 12 commits into from

Commits on Nov 30, 2022

  1. Fix genexclude.go

    psydvl committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1931030 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    6f693e9 View commit details
    Browse the repository at this point in the history
  2. Separate setupSigning function into signing package

    Move ContainsString function into internal/helpers package
    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fef02e2 View commit details
    Browse the repository at this point in the history
  3. Rework setupSigning

    Rename internal/signing.SetupSigning into internal/signing.Setup
    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c6538a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d738e1 View commit details
    Browse the repository at this point in the history
  5. Move GenerateAppImage into goappimage package

    Fully separate mkappimage and appimagetool files
    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ee5eceb View commit details
    Browse the repository at this point in the history
  6. Rework GenerateAppImage exit logic

    Handle errors instead of os.Exit
    Typo fix
    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7e54f03 View commit details
    Browse the repository at this point in the history
  7. Add Makefile

    Change scripts/build.sh default verbosity
    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    75969a2 View commit details
    Browse the repository at this point in the history
  8. Regenerate ExcludeLibraries

    psydvl committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    62ca992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a9b445 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    d20e57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d9a0f View commit details
    Browse the repository at this point in the history