You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Created by [Chasnah](https://chasnah7.github.io/)**
4
4
5
-
## A customizable automated Windows batch script for easily compiling Aseprite
5
+
## A customizable, automated Windows batch script for easily compiling Aseprite
6
6
7
7
Please refer to Aseprite's [INSTALL.md](https://github.com/aseprite/aseprite/blob/845ff177880822f33939cfbe58ca5bebaf4efbea/INSTALL.md) to check for any updates to Aseprite installation procedure.
8
8
@@ -11,8 +11,6 @@ This script was tested on Windows 10 & 11 with Visual Studio 2022 Community and
11
11
As long as all dependencies are met and all paths are correct this script will automatically download and extract
12
12
both the Aseprite source code and a pre-built package of Skia then run the build process.
13
13
14
-
If updating from a previous version of Aseprite make sure you delete the previous aseprite and skia directories in your working directory (DEPS).
15
-
16
14
## Dependencies
17
15
18
16
* Tar (Bundled with recent releases of Windows 10 and newer)
@@ -61,6 +59,12 @@ The user customizable portion of this script consists of paths. Most of these pa
61
59
62
60
* Path to temporary directory for curls.
63
61
62
+
## Updating
63
+
64
+
* If you have previously run the script and have changed the URL for ASEZIP, please make sure to delete the previous aseprite directory in the working directory (DEPS).
65
+
66
+
* If you change the URL for SKIAZIP, please make sure to delete the skia directory in the working directory (DEPS).
67
+
64
68
## Details
65
69
66
70
Aseprite recommends using Visual Studio 2022 and the latest version of the Windows 10 SDK (Currently 20348).
@@ -71,14 +75,7 @@ Aseprite source code and a pre-built copy of Skia are curled into the temp direc
71
75
72
76
The script will then begin the build process based on instructions from [INSTALL.md](https://github.com/aseprite/aseprite/blob/main/INSTALL.md).
73
77
74
-
Upon completion the script will output a DIR command displaying the newly compiled aseprite.exe located in the
78
+
Upon completion the script will output a directory listing of the newly compiled aseprite.exe located in the
75
79
%ASEPRITE%\build\bin directory. You can freely copy the executable and data folder located in the previously mentioned bin directory to a new location of your choosing.
76
80
77
81
Enjoy using Aseprite!
78
-
79
-
## InDev
80
-
81
-
* Currently writing up a macOS script that functions similarly to the current windows batch file. Will include prebuild checks for dependencies and customizable paths.
0 commit comments