Skip to content

Commit 205bf43

Browse files
authored
Merge pull request #1 from CinemaMod/master
upd upstream
2 parents b27a8ba + a6beb48 commit 205bf43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
8585
task downloadJcef {
8686
for (String platform : platforms) {
8787
try {
88-
"https://ewr1.vultrobjects.com/cinemamod-libraries/cef/$cef_branch/$platform/manifest.txt".toURL().text.eachLine {
88+
"https://ewr1.vultrobjects.com/cinemamod-jcef/$cef_branch/$platform/manifest.txt".toURL().text.eachLine {
8989
var fileHash = it.split(" ")[0]
9090
var relFilePath = it.split(" ")[1]
91-
var cefResourceUrl = "https://ewr1.vultrobjects.com/cinemamod-libraries/cef/$cef_branch/$platform/$relFilePath"
91+
var cefResourceUrl = "https://ewr1.vultrobjects.com/cinemamod-jcef/$cef_branch/$platform/$relFilePath"
9292
download.run {
9393
src cefResourceUrl
9494
dest "$buildDir/cef/$platform/$relFilePath"

fabric/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ yarn_mappings=1.19.3+build.1
88
loader_version=0.14.12
99

1010
# Mod Properties
11-
mod_version = 1.0.2
11+
mod_version = 1.0.4-1.19.3
1212
maven_group = com.cinemamod
1313
archives_base_name = cinemamod
1414

1515
# Dependencies
1616
fabric_version=0.72.0+1.19.3
1717

1818
# CEF settings
19-
cef_branch=4896
19+
cef_branch=5359

0 commit comments

Comments
 (0)