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-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## A customizable, automated Windows batch script for easily compiling Aseprite
6
6
7
-
Please refer to Aseprite's [INSTALL.md](https://github.com/aseprite/aseprite/blob/v1.3.13/INSTALL.md) to check for any updates to Aseprite installation procedure.
7
+
Please refer to Aseprite's [INSTALL.md](https://github.com/aseprite/aseprite/blob/v1.3.14.4/INSTALL.md) to check for any updates to Aseprite installation procedure.
8
8
9
9
This script was tested on Windows 10 & 11 with Visual Studio 2022 Community and is targeted at x64 based systems.
10
10
@@ -15,16 +15,16 @@ both the Aseprite source code and a pre-built package of Skia then run the build
15
15
16
16
There is currently an issue with Windows Defender falsely identify the aseprite source code zip file as containing a trojan. This will cause an error during the download portion of the script.
17
17
Temporarily disable real-time protection in Windows Defender before running the script and remember to re-enable protection afterwards.
18
-
PLEASE MAKE SURE YOU FULLY TRUST THE CONTENTS OF THE SCRIPT BEFORE RUNNING AND THAT YOU HAVE DOWNLOADED IT ONLY FROM THE ORIGINAL GITHUB PAGE!
18
+
PLEASE MAKE SURE YOU FULLY TRUST THE CONTENTS OF THE SCRIPT BEFORE RUNNING AND THAT YOU HAVE DOWNLOADED IT ONLY FROM THE ORIGINAL GITHUB OR CODEBERG PAGE!
19
19
20
20
## Dependencies
21
21
22
22
* Tar (Bundled with recent releases of Windows 10 and newer)
23
-
* The latest version of [Cmake](https://cmake.org) (3.16 or greater)
23
+
* The latest version of [Cmake](https://cmake.org)
24
24
*[Curl](https://curl.se/) (Bundled with recent releases of Windows 10 and newer)
25
25
*[Ninja](https://ninja-build.org/) build system
26
26
*[Visual Studio 2022](https://visualstudio.microsoft.com/) + Desktop Development with C++
27
-
* Windows SDK 10.0.20348.0 (Available via Visual Studio)
27
+
* Windows SDK 10.0.26100.0 (Available via Visual Studio)
28
28
* Installing [scoop](<https://scoop.sh/>) is recommended to install several dependencies:
29
29
30
30
scoop install ninja cmake
@@ -76,13 +76,13 @@ The user customizable portion of this script consists of paths. Most of these pa
76
76
77
77
## Details
78
78
79
-
Aseprite recommends using Visual Studio 2022 and the latest version of the Windows 10 SDK (Currently 20348).
79
+
Aseprite recommends using Visual Studio 2022 and the latest version of the Windows 11 SDK (Currently 26100).
80
80
81
81
After adjusting paths to fit your build environment simply execute the script and it will run completely hands off, creating your specified working directory and all subdirectories.
82
82
83
83
Aseprite source code and a pre-built copy of Skia are curled into the temp directory and extracted into their respective subdirectories.
84
84
85
-
The script will then begin the build process based on instructions from [INSTALL.md](https://github.com/aseprite/aseprite/blob/main/INSTALL.md).
85
+
The script will then begin the build process based on instructions from [INSTALL.md](https://github.com/aseprite/aseprite/blob/v1.3.14.4/INSTALL.md).
86
86
87
87
Upon completion the script will output a directory listing of the newly compiled aseprite.exe located in the
88
88
%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.
@@ -91,4 +91,6 @@ Enjoy using Aseprite!
91
91
92
92
## Changelog
93
93
94
+
* 08/15/2025 - Updated to aseprite 1.3.14.4 & Skia m124. Windows SDK updated to 10.0.26100.0.
95
+
94
96
* 12/13/2024 - Updated to aseprite 1.3.10.1, added script to automatically create the TEMP directory. Encapsulated DEPS and TEMP into WORKING directory for easy cleanup. Addressed issue with Windows Defender false-positive and a temporary workaround.
Copy file name to clipboardExpand all lines: aseprite-build-script.bat
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
SETLOCALEnableDelayedExpansion
3
3
4
4
:: REMEMBER TO CONSULT README.MD FIRST!
5
-
:: IF YOU RECIEVED THIS SCRIPT FROM ANYWHERE OTHER THAN https://github.com/Chasnah7/aseprite-build-script
5
+
:: IF YOU RECIEVED THIS SCRIPT FROM ANYWHERE OTHER THAN https://github.com/Chasnah7/aseprite-build-script OR https://codeberg.org/Chasnah/aseprite-build-script
6
6
:: DOUBLE CHECK TO MAKE SURE IT HAS NOT BEEN MALICIOUSLY EDITED.
7
7
:: THE AUTHOR CLAIMS NO LIABILITY NOR WARRANTY FOR THIS SCRIPT
0 commit comments