Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config files content versioning #40

Open
uavinda opened this issue Dec 7, 2023 · 1 comment
Open

Config files content versioning #40

uavinda opened this issue Dec 7, 2023 · 1 comment
Labels
enhancement New feature or request high HIGH Priority

Comments

@uavinda
Copy link
Member

uavinda commented Dec 7, 2023

Add feature to filter out config files and JSON configs of the older versions (i.e. v10) with incompatible objects.

@uavinda uavinda added the enhancement New feature or request label Dec 7, 2023
@uavinda
Copy link
Member Author

uavinda commented Dec 20, 2023

У якасці часовага рашэння пад лінукс магу прапанаваць такі варыянт, запуск праз лаўнчер.
Запускаць камандай gcu.sh
напрыклад:
~/gcu.sh ~/UAVOS_10/ ~/Загрузки/APX_Ground_Control-10.2.242-linux-x86_64.AppImage
~/gcu.sh ~/UAVOS_11/ ~/Загрузки/APX_Ground_Control-11.1.11-linux-x86_64.AppImage
Такім чынам канфігі ад дзесятай наземкі будут ляжаць у папке ~/UAVOS_10, а ад адзінаццатай у папке ~/UAVOS_11.

gcu.sh:

#!/bin/sh
TARGET_DIR=$(xdg-user-dir DOCUMENTS)/UAVOS
if [ ! -d $1 ]; then
  mkdir -p $1
fi

ln -sf $1 $TARGET_DIR
$2
rm $TARGET_DIR

@uavinda uavinda added the high HIGH Priority label Feb 15, 2024
DashMok02 pushed a commit to DashMok02/apx-gcs that referenced this issue Mar 5, 2024
skooulhk pushed a commit to skooulhk/apx-gcs that referenced this issue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high HIGH Priority
Projects
None yet
Development

No branches or pull requests

1 participant