Compare commits

..

No commits in common. "main" and "0.1.10" have entirely different histories.
main ... 0.1.10

4 changed files with 41 additions and 5 deletions

View file

@ -9,8 +9,18 @@ on:
jobs:
run-tests:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
container: rust:latest
steps:
-
name: Installing Node and dependencies
run: |
apt update
apt install -y \
nodejs \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Add Clippy
run: rustup component add clippy
@ -49,7 +59,7 @@ jobs:
needs: run-tests
if: success()
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
container: rust:latest
steps:
-
name: Storing Debian Codename for Package Upload Job
@ -57,6 +67,22 @@ jobs:
. /etc/os-release
echo Debian Codename is: $VERSION_CODENAME
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> /build.env
-
name: Installing Node, NPM
run: |
apt update
apt install -y \
nodejs npm \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Installing Yarn, Vite
run: npm install --global yarn vite
-
name: Installing Tauri CLI
run: cargo install tauri-cli
-
name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -10,8 +10,18 @@ on:
jobs:
run-tests:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
container: rust:latest
steps:
-
name: Installing Node and dependencies
run: |
apt update
apt install -y \
nodejs \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Add Clippy
run: rustup component add clippy

2
src-tauri/Cargo.lock generated
View file

@ -396,7 +396,7 @@ dependencies = [
[[package]]
name = "comicinfo-editor-v2"
version = "0.1.12"
version = "0.1.10"
dependencies = [
"quick-xml",
"serde",

View file

@ -1,6 +1,6 @@
[package]
name = "comicinfo-editor-v2"
version = "0.1.12"
version = "0.1.10"
description = "App for creating Comicinfo.xml files"
authors = ["Neshura"]
license = ""