File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
serious_python_android/android
serious_python_darwin/darwin
serious_python_linux/linux
serious_python_windows/windows Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ android.defaultConfig.ndk.abiFilters.each { abi ->
9696 }
9797
9898 tasks. register(" downloadDistArchive_$abi " , Download ) {
99- src " https://github.com/cfms -dev/python-build/releases/download/v${ python_version} /python-android-dart-${ python_version} -${ abi} .tar.gz"
99+ src " https://github.com/flet -dev/python-build/releases/download/v${ python_version} /python-android-dart-${ python_version} -${ abi} .tar.gz"
100100 dest new File (buildDir, " python-android-${ abi} .tar.gz" )
101101 }
102102 tasks. register(" untarFile_$abi " , Copy ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -d "$dist" ]; then
77 mkdir -p $dist
88
99 python_ios_dist_file=" python-ios-dart-$python_version .tar.gz"
10- python_ios_dist_url=" https://github.com/cfms -dev/python-build/releases/download/v$python_version /$python_ios_dist_file "
10+ python_ios_dist_url=" https://github.com/flet -dev/python-build/releases/download/v$python_version /$python_ios_dist_file "
1111
1212 # download iOS dist
1313 curl -LO $python_ios_dist_url
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -d "$dist" ]; then
77 mkdir -p $dist
88
99 python_macos_dist_file=" python-macos-dart-$python_version .tar.gz"
10- python_macos_dist_url=" https://github.com/cfms -dev/python-build/releases/download/v$python_version /$python_macos_dist_file "
10+ python_macos_dist_url=" https://github.com/flet -dev/python-build/releases/download/v$python_version /$python_macos_dist_file "
1111
1212 # download macos dist
1313 curl -LO $python_macos_dist_url
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project(${PROJECT_NAME} LANGUAGES CXX)
1717set (PLUGIN_NAME "serious_python_linux_plugin" )
1818
1919set (PYTHON_PACKAGE ${CMAKE_BINARY_DIR} /python)
20- set (PYTHON_URL https://github.com/cfms -dev/python-build/releases/download/v${PYTHON_VERSION} /python-linux -dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
20+ set (PYTHON_URL https://github.com/flet -dev/python-build/releases/download/v${PYTHON_VERSION} /python-linux -dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
2121set (PYTHON_FILE ${CMAKE_BINARY_DIR} /python-linux -dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
2222if (NOT EXISTS ${PYTHON_FILE} )
2323 file (DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE} )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
1818set (PLUGIN_NAME "serious_python_windows_plugin" )
1919
2020set (PYTHON_PACKAGE ${CMAKE_BINARY_DIR} /python)
21- set (PYTHON_URL "https://github.com/cfms -dev/python-build/releases/download/v3.14/python-windows-for-dart-3.14.zip" )
21+ set (PYTHON_URL "https://github.com/flet -dev/python-build/releases/download/v3.14/python-windows-for-dart-3.14.zip" )
2222set (PYTHON_FILE ${CMAKE_BINARY_DIR} /python-windows-for-dart.zip)
2323if (NOT EXISTS ${PYTHON_FILE} )
2424 file (DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE} )
You can’t perform that action at this time.
0 commit comments