diff --git a/Pipfile b/Pipfile index f0545290632ebad820d4efb2f11460d8f9cd14c1..eee2f0a9f2a0b281b8b17bcd25fec513c9e00bce 100644 --- a/Pipfile +++ b/Pipfile @@ -11,3 +11,4 @@ google-api-python-client = "==1.7.11" youtube_dl = "==2019.10.16" [dev-packages] +pyinstaller = "==3.5" \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index e1a7e2a1f38a95e50cc483fc2d561fa0a201dd8a..c03419f91ae0ae3355c49a0f78f4e3b05c78cd0b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0b25aa17f2c8f2ecd8768ad8eb85313cdf7682655c8179c7fb62068bf0e4ed9d" + "sha256": "9991d5d928a3f534e407c6db802d52f15e1ba4c67e4df0b572c393d7c328691a" }, "pipfile-spec": 6, "requires": { @@ -97,5 +97,39 @@ "version": "==2019.10.16" } }, - "develop": {} + "develop": { + "altgraph": { + "hashes": [ + "sha256:d6814989f242b2b43025cba7161fc1b8fb487a62cd49c49245d6fd01c18ac997", + "sha256:ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c" + ], + "version": "==0.16.1" + }, + "future": { + "hashes": [ + "sha256:858e38522e8fd0d3ce8f0c1feaf0603358e366d5403209674c7b617fa0c24093" + ], + "version": "==0.18.1" + }, + "pefile": { + "hashes": [ + "sha256:a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645" + ], + "version": "==2019.4.18" + }, + "pyinstaller": { + "hashes": [ + "sha256:ee7504022d1332a3324250faf2135ea56ac71fdb6309cff8cd235de26b1d0a96" + ], + "index": "pypi", + "version": "==3.5" + }, + "pywin32-ctypes": { + "hashes": [ + "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942", + "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98" + ], + "version": "==0.2.0" + } + } } diff --git a/build/SaveMyPlaylist.exe b/build/SaveMyPlaylist.exe deleted file mode 100644 index ccefda1f7a6b240113dfeaac60c43904655261c8..0000000000000000000000000000000000000000 Binary files a/build/SaveMyPlaylist.exe and /dev/null differ diff --git a/build/SaveMyPlaylist.jar b/build/SaveMyPlaylist.jar deleted file mode 100644 index 9961fd571e23df4b1f838bf59a8cea2653d61bb7..0000000000000000000000000000000000000000 Binary files a/build/SaveMyPlaylist.jar and /dev/null differ diff --git a/build/SaveMyPlaylist.xml b/build/SaveMyPlaylist.xml deleted file mode 100644 index 0a072366f99b019cc85b14a38f26d1c27bc5a7b0..0000000000000000000000000000000000000000 --- a/build/SaveMyPlaylist.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launch4jConfig> - <dontWrapJar>false</dontWrapJar> - <headerType>gui</headerType> - <jar>C:\Programmierung\eclipse\workspace\SaveMyPlaylist\build\SaveMyPlaylist.jar</jar> - <outfile>C:\Programmierung\eclipse\workspace\SaveMyPlaylist\build\SaveMyPlaylist.exe</outfile> - <errTitle></errTitle> - <cmdLine></cmdLine> - <chdir>.</chdir> - <priority>normal</priority> - <downloadUrl>http://java.com/download</downloadUrl> - <supportUrl></supportUrl> - <stayAlive>false</stayAlive> - <restartOnCrash>false</restartOnCrash> - <manifest></manifest> - <icon>C:\Programmierung\eclipse\workspace\SaveMyPlaylist\build\list.ico</icon> - <classPath> - <mainClass>application.Main</mainClass> - <cp>.</cp> - </classPath> - <jre> - <path></path> - <bundledJre64Bit>false</bundledJre64Bit> - <bundledJreAsFallback>false</bundledJreAsFallback> - <minVersion>1.8.0</minVersion> - <maxVersion></maxVersion> - <jdkPreference>preferJre</jdkPreference> - <runtimeBits>64/32</runtimeBits> - </jre> -</launch4jConfig> \ No newline at end of file diff --git a/build/list.ico b/build/list.ico deleted file mode 100644 index e7437973a48a734e13607192e0355b533a3dcff8..0000000000000000000000000000000000000000 Binary files a/build/list.ico and /dev/null differ diff --git a/build/list.png b/build/list.png deleted file mode 100644 index a1e3eb721f36a0b5b2603c07a4e589fa817721ba..0000000000000000000000000000000000000000 Binary files a/build/list.png and /dev/null differ