diff --git a/.project b/.project
index 18e8b1c..c46533e 100644
--- a/.project
+++ b/.project
@@ -8,4 +8,11 @@
+
+
+ src/calibre-web-master.zip
+ 1
+ /home/nicolas/Bureau/calibre-web-master.zip
+
+
diff --git a/conf/app.src b/conf/app.src
index 84db2d3..59d2087 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,3 +1,3 @@
-SOURCE_URL=https://github.com/janeczku/calibre-web/archive/master.zip
SOURCE_SUM=ee272e4b2efadcd45543b80a81511b147a2cf3863a9000396fc3d80217f8824e
SOURCE_FORMAT=zip
+SOURCE_FILENAME=calibre-web-master.zip
diff --git a/manifest.json b/manifest.json
index 8f8d653..9661157 100644
--- a/manifest.json
+++ b/manifest.json
@@ -66,7 +66,7 @@
"name": "language",
"ask": {
"en": "Select a default language (you may change it later in the app",
- "fr": "Choisissez une langue par défaur (vous pourre la changer ultérieurement dans l'application"
+ "fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application"
},
"choices": [ "fr", "en", "es", "de"],
"default": "fr"
diff --git a/temp/systemd.service b/temp/systemd.service
deleted file mode 100644
index ba0a0e5..0000000
--- a/temp/systemd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=calibreweb
-After=network.target
-
-[Service]
-Type=simple
-User=__APP__
-Group=__APP__
-WorkingDirectory=__FINALPATH__/
-ExecStart=/usr/bin/python __FINALPATH__/cps.py >> /var/log/__APP__/__APP__.log 2>&1
-
-[Install]
-WantedBy=multi-user.target