Skip to content

Commit dedab9e

Browse files
committed
update build tools
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent ab9a351 commit dedab9e

File tree

4 files changed

+235
-35
lines changed

4 files changed

+235
-35
lines changed

assets/license/LICENSE

Lines changed: 230 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,33 +1079,6 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10791079
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10801080

10811081

1082-
================================================================================
1083-
1084-
future-0.18.3.dist-info
1085-
1086-
================================================================================
1087-
1088-
Copyright (c) 2013-2019 Python Charmers Pty Ltd, Australia
1089-
1090-
Permission is hereby granted, free of charge, to any person obtaining a copy
1091-
of this software and associated documentation files (the "Software"), to deal
1092-
in the Software without restriction, including without limitation the rights
1093-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1094-
copies of the Software, and to permit persons to whom the Software is
1095-
furnished to do so, subject to the following conditions:
1096-
1097-
The above copyright notice and this permission notice shall be included in
1098-
all copies or substantial portions of the Software.
1099-
1100-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1101-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1102-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1103-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1104-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1105-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1106-
THE SOFTWARE.
1107-
1108-
11091082
================================================================================
11101083

11111084
humanfriendly-10.0.dist-info
@@ -3288,6 +3261,233 @@ License: Zlib
32883261
For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt
32893262

32903263

3264+
================================================================================
3265+
3266+
packaging-23.2.dist-info
3267+
3268+
================================================================================
3269+
3270+
This software is made available under the terms of *either* of the licenses
3271+
found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
3272+
under the terms of *both* these licenses.
3273+
3274+
3275+
================================================================================
3276+
3277+
packaging-23.2.dist-info
3278+
3279+
================================================================================
3280+
3281+
3282+
Apache License
3283+
Version 2.0, January 2004
3284+
http://www.apache.org/licenses/
3285+
3286+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3287+
3288+
1. Definitions.
3289+
3290+
"License" shall mean the terms and conditions for use, reproduction,
3291+
and distribution as defined by Sections 1 through 9 of this document.
3292+
3293+
"Licensor" shall mean the copyright owner or entity authorized by
3294+
the copyright owner that is granting the License.
3295+
3296+
"Legal Entity" shall mean the union of the acting entity and all
3297+
other entities that control, are controlled by, or are under common
3298+
control with that entity. For the purposes of this definition,
3299+
"control" means (i) the power, direct or indirect, to cause the
3300+
direction or management of such entity, whether by contract or
3301+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
3302+
outstanding shares, or (iii) beneficial ownership of such entity.
3303+
3304+
"You" (or "Your") shall mean an individual or Legal Entity
3305+
exercising permissions granted by this License.
3306+
3307+
"Source" form shall mean the preferred form for making modifications,
3308+
including but not limited to software source code, documentation
3309+
source, and configuration files.
3310+
3311+
"Object" form shall mean any form resulting from mechanical
3312+
transformation or translation of a Source form, including but
3313+
not limited to compiled object code, generated documentation,
3314+
and conversions to other media types.
3315+
3316+
"Work" shall mean the work of authorship, whether in Source or
3317+
Object form, made available under the License, as indicated by a
3318+
copyright notice that is included in or attached to the work
3319+
(an example is provided in the Appendix below).
3320+
3321+
"Derivative Works" shall mean any work, whether in Source or Object
3322+
form, that is based on (or derived from) the Work and for which the
3323+
editorial revisions, annotations, elaborations, or other modifications
3324+
represent, as a whole, an original work of authorship. For the purposes
3325+
of this License, Derivative Works shall not include works that remain
3326+
separable from, or merely link (or bind by name) to the interfaces of,
3327+
the Work and Derivative Works thereof.
3328+
3329+
"Contribution" shall mean any work of authorship, including
3330+
the original version of the Work and any modifications or additions
3331+
to that Work or Derivative Works thereof, that is intentionally
3332+
submitted to Licensor for inclusion in the Work by the copyright owner
3333+
or by an individual or Legal Entity authorized to submit on behalf of
3334+
the copyright owner. For the purposes of this definition, "submitted"
3335+
means any form of electronic, verbal, or written communication sent
3336+
to the Licensor or its representatives, including but not limited to
3337+
communication on electronic mailing lists, source code control systems,
3338+
and issue tracking systems that are managed by, or on behalf of, the
3339+
Licensor for the purpose of discussing and improving the Work, but
3340+
excluding communication that is conspicuously marked or otherwise
3341+
designated in writing by the copyright owner as "Not a Contribution."
3342+
3343+
"Contributor" shall mean Licensor and any individual or Legal Entity
3344+
on behalf of whom a Contribution has been received by Licensor and
3345+
subsequently incorporated within the Work.
3346+
3347+
2. Grant of Copyright License. Subject to the terms and conditions of
3348+
this License, each Contributor hereby grants to You a perpetual,
3349+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3350+
copyright license to reproduce, prepare Derivative Works of,
3351+
publicly display, publicly perform, sublicense, and distribute the
3352+
Work and such Derivative Works in Source or Object form.
3353+
3354+
3. Grant of Patent License. Subject to the terms and conditions of
3355+
this License, each Contributor hereby grants to You a perpetual,
3356+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3357+
(except as stated in this section) patent license to make, have made,
3358+
use, offer to sell, sell, import, and otherwise transfer the Work,
3359+
where such license applies only to those patent claims licensable
3360+
by such Contributor that are necessarily infringed by their
3361+
Contribution(s) alone or by combination of their Contribution(s)
3362+
with the Work to which such Contribution(s) was submitted. If You
3363+
institute patent litigation against any entity (including a
3364+
cross-claim or counterclaim in a lawsuit) alleging that the Work
3365+
or a Contribution incorporated within the Work constitutes direct
3366+
or contributory patent infringement, then any patent licenses
3367+
granted to You under this License for that Work shall terminate
3368+
as of the date such litigation is filed.
3369+
3370+
4. Redistribution. You may reproduce and distribute copies of the
3371+
Work or Derivative Works thereof in any medium, with or without
3372+
modifications, and in Source or Object form, provided that You
3373+
meet the following conditions:
3374+
3375+
(a) You must give any other recipients of the Work or
3376+
Derivative Works a copy of this License; and
3377+
3378+
(b) You must cause any modified files to carry prominent notices
3379+
stating that You changed the files; and
3380+
3381+
(c) You must retain, in the Source form of any Derivative Works
3382+
that You distribute, all copyright, patent, trademark, and
3383+
attribution notices from the Source form of the Work,
3384+
excluding those notices that do not pertain to any part of
3385+
the Derivative Works; and
3386+
3387+
(d) If the Work includes a "NOTICE" text file as part of its
3388+
distribution, then any Derivative Works that You distribute must
3389+
include a readable copy of the attribution notices contained
3390+
within such NOTICE file, excluding those notices that do not
3391+
pertain to any part of the Derivative Works, in at least one
3392+
of the following places: within a NOTICE text file distributed
3393+
as part of the Derivative Works; within the Source form or
3394+
documentation, if provided along with the Derivative Works; or,
3395+
within a display generated by the Derivative Works, if and
3396+
wherever such third-party notices normally appear. The contents
3397+
of the NOTICE file are for informational purposes only and
3398+
do not modify the License. You may add Your own attribution
3399+
notices within Derivative Works that You distribute, alongside
3400+
or as an addendum to the NOTICE text from the Work, provided
3401+
that such additional attribution notices cannot be construed
3402+
as modifying the License.
3403+
3404+
You may add Your own copyright statement to Your modifications and
3405+
may provide additional or different license terms and conditions
3406+
for use, reproduction, or distribution of Your modifications, or
3407+
for any such Derivative Works as a whole, provided Your use,
3408+
reproduction, and distribution of the Work otherwise complies with
3409+
the conditions stated in this License.
3410+
3411+
5. Submission of Contributions. Unless You explicitly state otherwise,
3412+
any Contribution intentionally submitted for inclusion in the Work
3413+
by You to the Licensor shall be under the terms and conditions of
3414+
this License, without any additional terms or conditions.
3415+
Notwithstanding the above, nothing herein shall supersede or modify
3416+
the terms of any separate license agreement you may have executed
3417+
with Licensor regarding such Contributions.
3418+
3419+
6. Trademarks. This License does not grant permission to use the trade
3420+
names, trademarks, service marks, or product names of the Licensor,
3421+
except as required for reasonable and customary use in describing the
3422+
origin of the Work and reproducing the content of the NOTICE file.
3423+
3424+
7. Disclaimer of Warranty. Unless required by applicable law or
3425+
agreed to in writing, Licensor provides the Work (and each
3426+
Contributor provides its Contributions) on an "AS IS" BASIS,
3427+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3428+
implied, including, without limitation, any warranties or conditions
3429+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3430+
PARTICULAR PURPOSE. You are solely responsible for determining the
3431+
appropriateness of using or redistributing the Work and assume any
3432+
risks associated with Your exercise of permissions under this License.
3433+
3434+
8. Limitation of Liability. In no event and under no legal theory,
3435+
whether in tort (including negligence), contract, or otherwise,
3436+
unless required by applicable law (such as deliberate and grossly
3437+
negligent acts) or agreed to in writing, shall any Contributor be
3438+
liable to You for damages, including any direct, indirect, special,
3439+
incidental, or consequential damages of any character arising as a
3440+
result of this License or out of the use or inability to use the
3441+
Work (including but not limited to damages for loss of goodwill,
3442+
work stoppage, computer failure or malfunction, or any and all
3443+
other commercial damages or losses), even if such Contributor
3444+
has been advised of the possibility of such damages.
3445+
3446+
9. Accepting Warranty or Additional Liability. While redistributing
3447+
the Work or Derivative Works thereof, You may choose to offer,
3448+
and charge a fee for, acceptance of support, warranty, indemnity,
3449+
or other liability obligations and/or rights consistent with this
3450+
License. However, in accepting such obligations, You may act only
3451+
on Your own behalf and on Your sole responsibility, not on behalf
3452+
of any other Contributor, and only if You agree to indemnify,
3453+
defend, and hold each Contributor harmless for any liability
3454+
incurred by, or claims asserted against, such Contributor by reason
3455+
of your accepting any such warranty or additional liability.
3456+
3457+
END OF TERMS AND CONDITIONS
3458+
3459+
3460+
================================================================================
3461+
3462+
packaging-23.2.dist-info
3463+
3464+
================================================================================
3465+
3466+
Copyright (c) Donald Stufft and individual contributors.
3467+
All rights reserved.
3468+
3469+
Redistribution and use in source and binary forms, with or without
3470+
modification, are permitted provided that the following conditions are met:
3471+
3472+
1. Redistributions of source code must retain the above copyright notice,
3473+
this list of conditions and the following disclaimer.
3474+
3475+
2. Redistributions in binary form must reproduce the above copyright
3476+
notice, this list of conditions and the following disclaimer in the
3477+
documentation and/or other materials provided with the distribution.
3478+
3479+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3480+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3481+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3482+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
3483+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3484+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3485+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3486+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3487+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3488+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3489+
3490+
32913491
================================================================================
32923492

32933493
pandas-1.5.2.dist-info
@@ -4933,7 +5133,7 @@ the FAQ for more information on the distribution of modified source versions.
49335133

49345134
================================================================================
49355135

4936-
pip-23.2.1.dist-info
5136+
pip-23.0.1.dist-info
49375137

49385138
================================================================================
49395139

@@ -5682,7 +5882,7 @@ DEALINGS IN THE SOFTWARE.
56825882

56835883
================================================================================
56845884

5685-
pywin32_ctypes-0.2.0.dist-info
5885+
pywin32_ctypes-0.2.1.dist-info
56865886

56875887
================================================================================
56885888

@@ -5929,7 +6129,7 @@ SOFTWARE.
59296129

59306130
================================================================================
59316131

5932-
setuptools-63.2.0.dist-info
6132+
setuptools-65.5.0.dist-info
59336133

59346134
================================================================================
59356135

requirements.txt

-813 Bytes
Binary file not shown.

setup.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ DisableDirPage=yes
2626
ChangesAssociations=yes
2727
DefaultGroupName={#MyAppName}
2828
DisableProgramGroupPage=yes
29-
LicenseFile=Z:\Project\Python\DMMGamePlayerFastLauncher\LICENSE
29+
LicenseFile=Z:\Project\py\DMMGamePlayerFastLauncher\LICENSE
3030
; Uncomment the following line to run in non administrative install mode (install for current user only.)
3131
PrivilegesRequired=lowest
32-
OutputDir=Z:\Project\Python\DMMGamePlayerFastLauncher\dist
32+
OutputDir=Z:\Project\py\DMMGamePlayerFastLauncher\dist
3333
OutputBaseFilename=DMMGamePlayerFastLauncher-Setup
3434
Compression=lzma
3535
SolidCompression=yes
@@ -42,8 +42,8 @@ Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
4242
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
4343

4444
[Files]
45-
Source: "Z:\Project\Python\DMMGamePlayerFastLauncher\dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
46-
Source: "Z:\Project\Python\DMMGamePlayerFastLauncher\windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
45+
Source: "Z:\Project\py\DMMGamePlayerFastLauncher\dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
46+
Source: "Z:\Project\py\DMMGamePlayerFastLauncher\windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
4747
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
4848

4949
[Registry]

tools/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Copy-Item -Path "dist\DMMGamePlayerFastLauncher.exe" -Destination "windows" -For
99

1010

1111
Copy-Item -Path "assets" -Destination "windows" -Force -Recurse
12-
Start-Process "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "setup.iss"
12+
Start-Process "C:\Users\yuki\AppData\Local\Programs\Inno Setup 6\ISCC.exe" "setup.iss"

0 commit comments

Comments
 (0)