Skip to content

Commit

Permalink
2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 18, 2020
1 parent 08ec5d6 commit 41fb436
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2019 Xmader
Copyright (c) 2018-2020 Xmader

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion app/app.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/check_update.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/conf.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/edit_conf.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/menu.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/packager.sh
Expand Up @@ -9,7 +9,7 @@ fi
ignore_platform=$(node -e "console.log(['linux','darwin','win32'].filter(x=>x!='${platform}').join('|'))")
ignore_arch=$(node -e "console.log(['x64','ia32','arm64','armv7l'].filter(x=>x!='${arch}').join('|'))")

electron-packager . AriaNgGUI --app-copyright="Copyright (c) 2018-2019 Xmader" \
electron-packager . AriaNgGUI --app-copyright="Copyright (c) 2018-2020 Xmader" \
--platform=${platform} --arch=${arch} --electron-version 7.1.1 \
--out ../OutApp/ --overwrite \
--icon=./assets/AriaNg.ico --ignore=packager.sh --ignore="aria2\/(${ignore_platform})" --ignore="aria2\/${platform}/(${ignore_arch})" --ignore="^\/node_modules" \
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/contextmenu.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/index.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/notification.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/progress-bar.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/save-local-config.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/show-path.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/trackers.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/pre.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/translate.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down
2 changes: 1 addition & 1 deletion app/tray.js
@@ -1,7 +1,7 @@
/*!
* AriaNg GUI
*
* Copyright (c) 2018-2019 Xmader
* Copyright (c) 2018-2020 Xmader
* Released under the MIT license
*
* Source Code: https://github.com/Xmader/aria-ng-gui
Expand Down

0 comments on commit 41fb436

Please sign in to comment.