chore: update package version and enhance build scripts
This commit updates the package version to 2026.7.19 and modifies the build scripts to include additional commands for better development workflow. The main window of the application is also set to maximize upon launch. - Updated package version in PKGBUILD - Added new build commands in settings.local.json - Maximized the main application window on startup
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
# Local/in-tree PKGBUILD: builds straight from this working directory (no
|
||||
# source download, no tauri-bundler/AppImage step) and installs the raw
|
||||
# binary + desktop entry. Run `makepkg -si` from the repo root.
|
||||
#
|
||||
# Bump pkgver whenever package.json / tauri.conf.json's version changes
|
||||
# (the release CI keeps those two in sync already).
|
||||
|
||||
pkgname=gitty
|
||||
pkgver=2026.7.18
|
||||
pkgver=2026.7.19
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight, modern Git client built with Tauri"
|
||||
arch=('x86_64')
|
||||
@@ -21,6 +18,12 @@ options=('!lto')
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
# Keeps pkgver in sync with package.json (the release CI bumps that file).
|
||||
pkgver() {
|
||||
cd "$startdir"
|
||||
node -p "require('./package.json').version"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$startdir"
|
||||
npm ci
|
||||
|
||||
Reference in New Issue
Block a user