__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
name: desktop-security-center
base: core22
version: git
summary: Desktop Security Center
description: Security Center UI for the desktop
source-code: https://github.com/canonical/desktop-security-center.git
issues: https://github.com/canonical/desktop-security-center/issues
license: GPL-3.0
grade: stable
confinement: strict
compression: lzo
apps:
desktop-security-center:
command: bin/security_center
extensions: [gnome]
plugs:
- network
- snapd-control
parts:
fvm:
plugin: nil
source: scripts/fvm
override-build: |
bash $CRAFT_PART_SRC/install.sh
build-packages:
- clang
- cmake
- curl
- git
- libgtk-3-dev
- ninja-build
- unzip
- xz-utils
- zip
override-prime: ""
security-center:
after: [fvm]
plugin: nil
source: .
override-build: |
set -eux
fvm install
fvm dart pub global activate melos
fvm dart pub global run melos clean
fvm dart pub global run melos bootstrap
fvm dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner -- \
fvm dart run build_runner build --delete-conflicting-outputs
cd packages/security_center
fvm flutter build linux --release -v
mkdir -p $CRAFT_PART_INSTALL/bin/
cp -r build/linux/*/release/bundle/* $CRAFT_PART_INSTALL/bin/
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| command-chain | Folder | 0755 |
|
|
| gui | Folder | 0755 |
|
|
| manifest.yaml | File | 5.14 KB | 0644 |
|
| snapcraft.yaml | File | 1.34 KB | 0644 |
|