From eaf072766c4ac6ca99dc3a177cd23013a58603b1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 8 Feb 2024 14:53:56 +0100 Subject: [PATCH] chore: move desktop files --- .drone.yml => desktop/.drone.yml | 0 .gitignore => desktop/.gitignore | 0 CHANGELOG.md => desktop/CHANGELOG.md | 0 LICENSE => desktop/LICENSE | 0 README.md => desktop/README.md | 0 {build => desktop/build}/icon.icns | Bin {build => desktop/build}/icon.png | Bin bumpp.sh => desktop/bumpp.sh | 0 cliff.toml => desktop/cliff.toml | 0 default.nix => desktop/default.nix | 0 main.js => desktop/main.js | 0 package.json => desktop/package.json | 0 portInUse.js => desktop/portInUse.js | 0 renovate.json => desktop/renovate.json | 0 yarn.lock => desktop/yarn.lock | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename .drone.yml => desktop/.drone.yml (100%) rename .gitignore => desktop/.gitignore (100%) rename CHANGELOG.md => desktop/CHANGELOG.md (100%) rename LICENSE => desktop/LICENSE (100%) rename README.md => desktop/README.md (100%) rename {build => desktop/build}/icon.icns (100%) rename {build => desktop/build}/icon.png (100%) rename bumpp.sh => desktop/bumpp.sh (100%) rename cliff.toml => desktop/cliff.toml (100%) rename default.nix => desktop/default.nix (100%) rename main.js => desktop/main.js (100%) rename package.json => desktop/package.json (100%) rename portInUse.js => desktop/portInUse.js (100%) rename renovate.json => desktop/renovate.json (100%) rename yarn.lock => desktop/yarn.lock (100%) diff --git a/.drone.yml b/desktop/.drone.yml similarity index 100% rename from .drone.yml rename to desktop/.drone.yml diff --git a/.gitignore b/desktop/.gitignore similarity index 100% rename from .gitignore rename to desktop/.gitignore diff --git a/CHANGELOG.md b/desktop/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to desktop/CHANGELOG.md diff --git a/LICENSE b/desktop/LICENSE similarity index 100% rename from LICENSE rename to desktop/LICENSE diff --git a/README.md b/desktop/README.md similarity index 100% rename from README.md rename to desktop/README.md diff --git a/build/icon.icns b/desktop/build/icon.icns similarity index 100% rename from build/icon.icns rename to desktop/build/icon.icns diff --git a/build/icon.png b/desktop/build/icon.png similarity index 100% rename from build/icon.png rename to desktop/build/icon.png diff --git a/bumpp.sh b/desktop/bumpp.sh similarity index 100% rename from bumpp.sh rename to desktop/bumpp.sh diff --git a/cliff.toml b/desktop/cliff.toml similarity index 100% rename from cliff.toml rename to desktop/cliff.toml diff --git a/default.nix b/desktop/default.nix similarity index 100% rename from default.nix rename to desktop/default.nix diff --git a/main.js b/desktop/main.js similarity index 100% rename from main.js rename to desktop/main.js diff --git a/package.json b/desktop/package.json similarity index 100% rename from package.json rename to desktop/package.json diff --git a/portInUse.js b/desktop/portInUse.js similarity index 100% rename from portInUse.js rename to desktop/portInUse.js diff --git a/renovate.json b/desktop/renovate.json similarity index 100% rename from renovate.json rename to desktop/renovate.json diff --git a/yarn.lock b/desktop/yarn.lock similarity index 100% rename from yarn.lock rename to desktop/yarn.lock