4327 Commits

Author SHA1 Message Date
Saptak Sengupta
f746a431a3 Merge pull request #1570 from glenn-sorrentino/develop
Updated web UI
2022-04-09 14:56:52 +05:30
Micah Lee
0ba7f11748 Fix macOS package cleanup and codesigning 2022-04-07 19:29:04 -07:00
Glenn Sorrentino
aee41f4eb5 Update logo 2022-04-05 21:32:42 -07:00
Glenn Sorrentino
72e671bffd Update logos 2022-04-05 20:09:31 -07:00
Glenn Sorrentino
4818d79d2e Update style.css 2022-04-05 19:58:25 -07:00
Glenn Sorrentino
908df8806a Update listing.html
remove hard-coded image size
2022-04-05 19:21:22 -07:00
Glenn Sorrentino
db8be8f7bb Update style.css
Cleaned up UI, better responsiveness
2022-04-05 19:21:05 -07:00
Glenn Sorrentino
59f31b62b4 Updated Logo
Consistency across logos
2022-04-05 19:19:24 -07:00
Micah Lee
b4c348d9f4 Properly zip up the app bundle 2022-04-05 17:34:04 -07:00
Micah Lee
5500e3f890 Complete codesigning and packaging for Windows 2022-04-05 12:41:21 -07:00
Micah Lee
15d70595cd Try the python3 choco project instead of python, to see if it fixes the win64 build 2022-04-04 20:45:08 -07:00
Micah Lee
8f68f2ed52 Fix macos build bug 2022-04-04 20:41:24 -07:00
Micah Lee
c9ff43cb2f Give up on snapcraft 2022-04-03 21:22:13 -07:00
Micah Lee
ce290c1274 bash function syntax 2022-04-03 21:11:47 -07:00
Micah Lee
5df421cfd5 Install even more snaps 2022-04-03 21:06:48 -07:00
Micah Lee
ac4a14e006 Try installing go and gnome-3-34-1804-sdk without snapd 2022-04-03 20:59:33 -07:00
Micah Lee
97981bd9d7 Install one snap at a time 2022-04-03 20:29:55 -07:00
Micah Lee
d45eabbbc2 Try install extra snaps first 2022-04-03 20:26:16 -07:00
Micah Lee
2bfd0590b1 Try stable snapcore/snapcraft container 2022-04-03 20:22:08 -07:00
Micah Lee
4a3f37b3dc Build exe.macos as well as the app bundle, and upload them both 2022-04-03 20:21:14 -07:00
Micah Lee
579cfd4500 Fix macOS cleanup script 2022-04-03 17:35:41 -07:00
Micah Lee
e9ab1a8cd4 Move windows and mac build scripts into scripts folder 2022-04-03 17:20:31 -07:00
Micah Lee
1bbd59cfdc Make CircleCI use the new get-tor.py 2022-04-03 11:20:57 -07:00
Micah Lee
76dd0d37ee Combine all get-tor scripts into a single get-tor.py 2022-04-03 11:15:53 -07:00
Micah Lee
f3ca62e27c Oops, change to correct folder for snapcraft 2022-03-31 21:15:48 -07:00
Micah Lee
36671fa89f Add some exception handling to the symlink creation 2022-03-31 21:13:42 -07:00
Micah Lee
8a9871b945 Use docker for snapcraft 2022-03-31 21:04:08 -07:00
Micah Lee
74afcdc1c0 Install snapcraft before building the snap, and fix some macos cleanup 2022-03-31 19:57:47 -07:00
Micah Lee
dec466c77b Work on macOS build 2022-03-31 19:35:26 -07:00
Micah Lee
183f2d09e7 For snapcraft, switch from docker to machine 2022-03-31 18:59:38 -07:00
Micah Lee
cdee9f01ab Fix compressing Windows builds, add skeleton for making macOS build, and start snapcraft build 2022-03-31 18:54:32 -07:00
Micah Lee
19d878d074 Don't install 7zip with choco because it's already in the CircleCI windows orb, and zip contents of build folder instead of build folder itself 2022-03-31 18:40:36 -07:00
Micah Lee
e7a0f776d0 Create new windows.py script that combines various Windows build tasks, and update CI to use it 2022-03-31 18:34:41 -07:00
Micah Lee
247528a8f9 Try a different way of explicitly defining what packages to include and exclude 2022-03-31 12:31:48 -07:00
Micah Lee
6f339a2c62 Explicitly exclude top-level folders from cx_Freeze build 2022-03-31 11:57:15 -07:00
Saptak S
b928f19507 Replaces try again button with a radio button 2022-03-31 18:20:30 +05:30
Saptak S
65b87dcd80 Updates the repository to download the flags from to include all flags 2022-03-31 18:20:29 +05:30
Saptak S
5c9823e06f Adds country flags 2022-03-31 18:20:18 +05:30
Miguel Jacq
6855174b23 Initial documentation for the censorship circumvention/autoconnect screen 2022-03-31 16:39:48 +11:00
Micah Lee
faafcc12fd Run setup-freeze.py directly instead of using build-windows.py, and fix go path in build meek script 2022-03-30 16:09:31 -07:00
Micah Lee
21b4ec756b Try fixing installing 32-bit go, and try fixing 32-bit paths in scripts 2022-03-30 15:52:31 -07:00
Micah Lee
c8a4330b63 In 32-bit build, use 32-bit python 2022-03-30 14:30:49 -07:00
Micah Lee
51205309d1 Actually try installing 32-bit golang and poetry 2022-03-30 13:56:18 -07:00
Micah Lee
33c03dcf13 Try installing 32-bit golang and poetry 2022-03-30 13:49:45 -07:00
Micah Lee
f287f08c73 Try installing 32-bit python and implementing build-win32 2022-03-30 12:50:28 -07:00
Micah Lee
b0570f3982 Comment out deleting files, to see if this makes binary run 2022-03-30 12:26:00 -07:00
Micah Lee
5a83824d46 Make build-windows.py not use special characters, and make it detect 32-bit or 64-bit python 2022-03-30 08:55:04 -07:00
Micah Lee
935f9bec5b Add --ci-build to Windows build script, and do more to make the build in CircleCI 2022-03-30 08:29:16 -07:00
Micah Lee
6002516c56 Try installing some dependencies with chocolatey 2022-03-29 21:59:39 -07:00
Micah Lee
19360eedeb Don't require gui tests because they crash 2022-03-29 21:11:46 -07:00