Commit graph

48 commits

Author SHA1 Message Date
Masgalor
9816a5e8ba
fix: Make RPM builds compatible with OpenSUSE (libX11) (#628) 2024-10-30 18:45:25 +08:00
Masgalor
81f76f0771
fix: Make RPM builds compatible with OpenSUSE (#622) 2024-10-30 09:45:41 +08:00
GadflyFang
28773f0e2d
doc: Make the badges clickable and redirect to the TRANSLATION.md (#601)
Some checks failed
Continuous Integration / Build (push) Has been cancelled
Continuous Integration / Prepare version string (push) Has been cancelled
Localization Check / localization-check (push) Has been cancelled
Continuous Integration / Package (push) Has been cancelled
* Make the badges clickable and redirect to the TRANSLATION.md
* Move localization check script file position

---------

Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-25 14:51:49 +08:00
leo
a7f609d479
readme: add description for build 2024-09-27 13:52:39 +08:00
leo
a8685f2047
refactor: rewrite the way to support HomeBrew pathes on macOS (#507)
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions
2024-09-25 10:35:07 +08:00
Maciej Barć
6461765cf7
build: minor tweaks
* call bash through env progrem
* add more strict defaults
* [ -> [[

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-09-22 16:16:12 +02:00
leo
be54361e9d
ci: revert macOS package signing and remove temp artifacts 2024-08-21 16:41:05 +08:00
leo
e1ac596261
ci: try to sign macOS package locally 2024-08-21 16:17:19 +08:00
Aikawa Yataro
6267101eaf
refactor: instead of a hardcoded path, use the -r when creating a relative link 2024-08-19 08:22:47 +00:00
Aikawa Yataro
90edabeb32
fix: update RPM dependencies 2024-08-19 08:22:38 +00:00
Aikawa Yataro
211c263043
fix: failed to resolve dependencies with aarch64 RPM package
dependencies on aarch64 will not be resolved if library names are specified without architecture
we could use `%{?_isa}` macro, however it looks like specifying library names as dependencies is generally avoided
2024-08-19 07:36:51 +00:00
leo
f544333418
project: cleanup
* remove unused build scripts since we use github CI to automate releases
* rename build/ci to build/scripts
* cleanup solution file
2024-08-14 16:34:43 +08:00
leo
c60751de9a
Merge pull request #356 from aikawayataro/ci-release
Automatic CI releases
2024-08-13 14:12:10 +08:00
Aikawa Yataro
05ddd42604
ci: use new AppImage runtime 2024-08-11 15:51:31 +00:00
Aikawa Yataro
00a11fbd02
ci: use relative link for AppImage's AppRun 2024-08-07 03:26:57 +00:00
Aikawa Yataro
073b5aaf9e
ci: add automatic releases 2024-08-05 07:05:35 +00:00
Hikmet Altıntaş
521dcf35a4 Register to directory MimeType to open folders in unix systems
This will automatically add sourcegit to right-click menu for folders in file managers.
2024-08-05 01:04:24 +03:00
Aikawa Yataro
455ad657a7
build: force root owner for deb package 2024-08-03 12:59:02 +00:00
Aikawa Yataro
97d622a8b7
build: fix some AppStream metadata warnings 2024-08-03 12:59:02 +00:00
Aikawa Yataro
6bea4b42a2
build: refactor build scripts
use right way to include symlinks and some other minor changes
2024-08-03 12:58:57 +00:00
leo
17b0d7ddcb
build: update build scripts 2024-07-26 11:43:59 +08:00
leo
d8af6bd75f
feature: change minimal system requirement for macOS to 11.0 (#275) 2024-07-22 18:24:52 +08:00
leo
ace6eccfd3 build: build AppImage as generic linux package 2024-07-04 13:11:16 +08:00
leo
f455df0937 build: use symbolic link instead of custom script file to add command line for this software on Linux 2024-06-28 11:21:58 +08:00
leo
6974b0e08d
feature: supports windows on arm 2024-06-14 11:43:19 +08:00
leo
1d7518a327
fix: add homebrew to default PATH environment 2024-06-05 19:18:47 +08:00
leo
8d726656dc feature: supports to open repository directly from commandline on Linux 2024-05-20 15:15:08 +08:00
leo
ac01e2f15b update: macOS build script permission 2024-05-17 15:33:45 +08:00
leo
ae63aa334a fix: rpm file permission by habegit (#128) 2024-05-14 17:23:19 +08:00
leo
65ccc9fc7b fix: add missing script to start from commandline on linux 2024-05-10 09:53:20 +08:00
Gadfly
e5049c04fc
build: copy .icns file into Linux archive 2024-04-30 21:58:09 +08:00
leo
3a3c0e717f build: read version from VERSION file 2024-04-17 11:24:25 +08:00
leo
27265dc465 fix: use sed to replace version in plist failed on macOS 2024-04-16 20:32:18 +08:00
leo
7f7e5ef5f8 refactor: rewrite all build scripts
* supports generate rpm package on Linux
* use a global VERSION file
2024-04-16 17:29:36 +08:00
leo
de5a60c6dd update: specify the file name of generated deb package 2024-04-16 14:38:26 +08:00
leo
ebf139de68 feature: add a deb build script for Linux 2024-04-16 12:37:15 +08:00
leo
f3532c4cf2 version: Release 8.8 2024-04-15 09:20:20 +08:00
leo
8f70778ec2 version: Release 8.7 2024-04-08 10:49:48 +08:00
leo
040a6d4bba refactor: use axaml resource to manage locales instead of resx 2024-04-06 18:06:32 +08:00
leo
96d4150d26 project: reorganize the structure of the project.
* remove dotnet-tool.json because the project does not rely on any dotnet tools.
* remove Directory.Build.props because the solution has only one project.
* move src/SourceGit to src. It's not needed to put all sources into a subfolder of src since there's only one project.
2024-04-02 20:00:33 +08:00
leo
54b9c420c1 build: use Powershell script instead of batch file to generate packages on Windows and remove dependency of 7z (#43) 2024-04-01 15:28:41 +08:00
leo
30d5f1415e version: Release 8.6 2024-04-01 09:29:04 +08:00
leo
43d50c5ded version: Release 8.5 2024-03-25 11:43:21 +08:00
Enner Pérez
a1a14f8858 Project Location 2024-03-20 02:38:28 -05:00
leo
7b0fe3a771 build: update script for macOS 2024-03-19 16:07:52 +08:00
leo
7e4b67b177 build: update linux resources 2024-03-19 12:35:41 +08:00
leo
fdf90f61a8 fix: macOS build scripts 2024-03-19 11:31:33 +08:00
leo
b67cd693cd build: move build scripts and resources from src to build 2024-03-19 11:28:22 +08:00