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

Finalising the new packaging strategy #259

Merged
merged 25 commits into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0148953
Fixed build and packaging issues
4r7if3x Jun 6, 2023
c8e123f
Fixed a mistake
4r7if3x Jun 6, 2023
d7d7211
Used the correct version for macOS package
4r7if3x Jun 6, 2023
01e6d64
Replaced universal macOS package with specific platforms
4r7if3x Jun 6, 2023
8543156
Fixed the launch path on macOS
4r7if3x Jun 6, 2023
33c753b
Removed window icon setting
4r7if3x Jun 6, 2023
b768094
use commit hash for CFBundleVersion field
GyulyVGC Jun 6, 2023
5158158
Fixed the commit hash shortener
4r7if3x Jun 6, 2023
bacd8d1
Embedded PS1 scripts into the workflow
4r7if3x Jun 7, 2023
5fb9bbb
Fixed the workflow trigger on push
4r7if3x Jun 7, 2023
61b93bb
Secured the secret usage
4r7if3x Jun 7, 2023
ca11098
Final adjustments
4r7if3x Jun 7, 2023
4ce21d9
Merge pull request #246 from 4r7if3x/hotfix/build-packaging
GyulyVGC Jun 7, 2023
62b7b7e
rename windows artifacts
GyulyVGC Jun 7, 2023
51f87e6
correct windows artifact names
GyulyVGC Jun 7, 2023
a2953dd
rename macOS artifacts
GyulyVGC Jun 7, 2023
929ea29
rename Linux artifacts
GyulyVGC Jun 7, 2023
99c7b7e
Optimized macOS packaging
4r7if3x Jun 7, 2023
a34835f
Adjusted .desktop file
4r7if3x Jun 7, 2023
91a99e5
Update sniffnet.desktop
GyulyVGC Jun 7, 2023
78eefe2
Merge pull request #258 from 4r7if3x/hotfix/build-packaging
GyulyVGC Jun 7, 2023
cda7894
update version, CHANGELOG, and docs
GyulyVGC Jun 8, 2023
e74e6ec
update docs
GyulyVGC Jun 8, 2023
492b154
preparing for v1.2.1 release
GyulyVGC Jun 8, 2023
614db99
chmod +x is needed for macOS bundle
GyulyVGC Jun 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.rtf]
end_of_line = crlf

[{.gitignore,*.desktop}]
indent_size = 0

Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* text eol=lf
.* text eol=lf

*.bmp binary
*.png binary
*.icns binary
*.ico binary
Expand Down
Loading