Skip to content

Commit

Permalink
First re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Oct 1, 2024
1 parent 578fdb0 commit 847feb0
Show file tree
Hide file tree
Showing 7 changed files with 482 additions and 361 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Rust

on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: RUSTFLAGS='-C target-feature=+crt-static' sudo apt-get update && sudo apt-get -y install libgtk-3-dev && cargo build --verbose --release --target x86_64-unknown-linux-gnu

build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QFT: An application for Quick (and really reliable) Peer-To-Peer file transfer.

Copyright (C) 2022 Daniel H. / TudbuT
Copyright (C) 2022 Daniel H. / TudbuT; 2024 github.com/pepa65

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 847feb0

Please sign in to comment.