From 200565e4c7584083470081472dd285a8ec2663da Mon Sep 17 00:00:00 2001 From: Emanuele Date: Thu, 2 Apr 2020 15:17:50 +0200 Subject: [PATCH] non va bene tenere nella stessa cartella le build win e linux mannaggina --- .gitignore | 4 ++-- bananaSPLIT/conf/defaults.json | 2 +- bananaSPLIT/conf/{linux => linux.json} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename bananaSPLIT/conf/{linux => linux.json} (100%) diff --git a/.gitignore b/.gitignore index 1e1d8e7..5122017 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.project -.pydevproject +./.project +./.pydevproject .DS_Store .settings bananaSPLIT.exe.spec diff --git a/bananaSPLIT/conf/defaults.json b/bananaSPLIT/conf/defaults.json index 6175602..9c7c3b8 100644 --- a/bananaSPLIT/conf/defaults.json +++ b/bananaSPLIT/conf/defaults.json @@ -1,7 +1,7 @@ { "version": "v1.2", "paths": { - "lastUsed": "linux", + "lastUsed": "defaults.json", "configurationPath": "./conf/", "INworkPath": "C:/", "OUTworkPath": "C:/", diff --git a/bananaSPLIT/conf/linux b/bananaSPLIT/conf/linux.json similarity index 100% rename from bananaSPLIT/conf/linux rename to bananaSPLIT/conf/linux.json