mirror of
https://github.com/safing/portmaster
synced 2025-04-18 01:49:09 +00:00
Bump binaries versions to v2
This commit is contained in:
parent
3defb5f0ba
commit
b970a98055
4 changed files with 3 additions and 8 deletions
|
@ -445,11 +445,7 @@ tauri-build:
|
|||
|
||||
DO rust+SET_CACHE_MOUNTS_ENV
|
||||
RUN rustup target add "${target}"
|
||||
|
||||
# Init version information: VERSION, SOURCE, BUILD_TIME and VERSION_SemVer
|
||||
DO +SET_VERSION_INFO
|
||||
# Set version in Cargo.toml if it's a valid SemVer (required to set correct version of the output binary)
|
||||
RUN if [ -n "$VERSION_SemVer" ]; then sed -i 's/^version = ".*"/version = "'"$VERSION_SemVer"'"/g' Cargo.toml; fi
|
||||
|
||||
# Build
|
||||
RUN --mount=$EARTHLY_RUST_TARGET_CACHE cargo tauri build --ci --target="${target}" --no-bundle
|
||||
DO rust+COPY_OUTPUT --output="${output}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "portmaster",
|
||||
"version": "0.8.11",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "npm install && npm run build-libs:dev && ng serve --proxy-config ./proxy.json",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "portmaster"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = "Portmaster UI"
|
||||
authors = ["Safing"]
|
||||
license = ""
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
}
|
||||
},
|
||||
"productName": "Portmaster",
|
||||
//"version": "0.1.3", // If removed - the version number from Cargo.toml is used.
|
||||
"identifier": "io.safing.portmaster", // this is added as a property to the shortcut on windows (ApplicationUserModelID). Used for notifications.
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue