Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
  • Loading branch information
SaptarshiSarkar12 committed Nov 13, 2022
1 parent 8b8d4b3 commit 637cd34
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Drifty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>https://github.com/SaptarshiSarkar12/Drifty/discussions/</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<restartOnCrash>true</restartOnCrash>
<manifest></manifest>
<icon>D:\Drifty\Drifty.ico</icon>
<jre>
Expand All @@ -24,12 +24,12 @@
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>1.2.2.0</fileVersion>
<txtFileVersion>1.2.1.0</txtFileVersion>
<fileVersion>1.3.0.0</fileVersion>
<txtFileVersion>1.2.2.0</txtFileVersion>
<fileDescription>Drifty is an open-source interactive File Downloader system built with java.</fileDescription>
<copyright>Copyright © 2022 - 32 Saptarshi Sarkar</copyright>
<productVersion>1.2.2.0</productVersion>
<txtProductVersion>1.2.1.0</txtProductVersion>
<productVersion>1.3.0.0</productVersion>
<txtProductVersion>1.2.2.0</txtProductVersion>
<productName>Drifty</productName>
<companyName></companyName>
<internalName>Drifty CLI</internalName>
Expand Down
Binary file modified Drifty_CLI.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions Drifty_CLI_LOG.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
13-Nov-2022 23:36:27 INFO - Application Started !
13-Nov-2022 23:36:27 INFO - Trying to auto-detect default Downloads folder...
13-Nov-2022 23:36:27 INFO - Default download folder detected : C:\Users\poula\Downloads\
13-Nov-2022 23:36:27 ERROR - Please enter Y for yes and N for no!
13-Nov-2022 23:36:27 INFO - Trying to download the file ...
13-Nov-2022 23:36:27 INFO - Successfully downloaded the file!
13-Nov-2022 23:36:27 INFO - Application Terminated!
Binary file modified out/artifacts/Drifty_CLI_jar/Drifty.jar
Binary file not shown.
Binary file modified out/production/Drifty/Drifty_CLI.class
Binary file not shown.
7 changes: 7 additions & 0 deletions out/production/Drifty/Drifty_CLI_LOG.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
13-Nov-2022 23:19:52 INFO - Application Started !
13-Nov-2022 23:19:52 INFO - Filename detected : README.md
13-Nov-2022 23:19:52 INFO - Trying to auto-detect default Downloads folder...
13-Nov-2022 23:19:52 INFO - Default download folder detected : C:\Users\poula\Downloads\
13-Nov-2022 23:19:52 INFO - Trying to download the file...
13-Nov-2022 23:19:52 INFO - Downloading README.md ...
13-Nov-2022 23:19:52 INFO - Downloaded README.md of size 6.67 KB at C:\Users\poula\Downloads\README.md successfully !
Binary file modified out/production/Drifty/FileDownloader.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/FileDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private static void downloadFile() {
progressBarThread.setDownloading(false);
// keep main thread from closing the IO for short amt. of time so UI thread can finish and output
try {
Thread.sleep(1000);
Thread.sleep(1500);
} catch (InterruptedException ignored) {
}
}
Expand Down

0 comments on commit 637cd34

Please sign in to comment.