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

build: rename scripts package to build, make to package #846

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Oct 25, 2024

☑️ Resolves

Initially script names were set according to electron-forge cli:

  • start for development
  • package for production build (via electron-packager)
  • make for distribution packages (electron-forge makers: zip, msi, dmg, flatpack, and ect.)

These names are a bit confusing, especially with common names in Nextcloud ecosystem. Renaming to:

  • dev for development
  • build for building binaries for production
  • package for distributive packages

🖼️ Screenshots

image

image

@ShGKme ShGKme added 3. to review technical debt Maintenance and refactoring labels Oct 25, 2024
@ShGKme ShGKme self-assigned this Oct 25, 2024
@nickvergessen
Copy link
Member

While on it also adjust the release steps? #711

Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShGKme ShGKme merged commit 79c3f31 into main Oct 25, 2024
10 checks passed
@ShGKme ShGKme deleted the chore/scripts-naming branch October 25, 2024 16:07
@ShGKme ShGKme mentioned this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review technical debt Maintenance and refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants